From 1a5b1f891f9540c607802175fe33ec86166de802 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 23 Jun 2023 17:54:00 +0200 Subject: [PATCH] nit --- service/github.go | 1 - 1 file changed, 1 deletion(-) diff --git a/service/github.go b/service/github.go index e3aba33..dd145b2 100644 --- a/service/github.go +++ b/service/github.go @@ -132,7 +132,6 @@ func (gh *GitHub) initClient(ctx context.Context) { cl := http.DefaultClient if token != "" { - ctx := context.Background() ts := oauth2.StaticTokenSource( &oauth2.Token{AccessToken: token}, )