This commit is contained in:
6543 2023-06-23 17:54:00 +02:00
parent 8003618010
commit 1a5b1f891f
No known key found for this signature in database
GPG Key ID: B8BE6D610E61C862
1 changed files with 0 additions and 1 deletions

View File

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