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}, )