diff --git a/githubapp/caching_client_creator.go b/githubapp/caching_client_creator.go index 8445a9bd0..575d97229 100644 --- a/githubapp/caching_client_creator.go +++ b/githubapp/caching_client_creator.go @@ -109,7 +109,6 @@ func (c *cachingClientCreator) NewInstallationV4Client(installationID int64) (*g return client, nil } - func (c *cachingClientCreator) NewTokenSourceClient(ts oauth2.TokenSource) (*github.Client, error) { // token clients are not cached return c.delegate.NewTokenSourceClient(ts)