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 4c2b00c commit c7c650cCopy full SHA for c7c650c
github_app_installation.go
@@ -51,7 +51,6 @@ type GHAInstallationListOptions struct {
51
func (s *gHAInstallations) List(ctx context.Context, options *GHAInstallationListOptions) (*GHAInstallationList, error) {
52
u := "github-app/installations"
53
req, err := s.client.NewRequest("GET", u, options)
54
- fmt.Println(u)
55
if err != nil {
56
return nil, err
57
}
0 commit comments