We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9828fbb commit 86e86c5Copy full SHA for 86e86c5
githubapp/caching_client_creator.go
@@ -109,7 +109,6 @@ func (c *cachingClientCreator) NewInstallationV4Client(installationID int64) (*g
109
return client, nil
110
}
111
112
-
113
func (c *cachingClientCreator) NewTokenSourceClient(ts oauth2.TokenSource) (*github.Client, error) {
114
// token clients are not cached
115
return c.delegate.NewTokenSourceClient(ts)
0 commit comments