WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 74ae15b

Browse files
committed
fix: restore CredentialsService initialization in github.go
1 parent a46fd1f commit 74ae15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,13 +440,13 @@ func (c *Client) initialize() {
440440
c.Apps = (*AppsService)(&c.common)
441441
c.Authorizations = (*AuthorizationsService)(&c.common)
442442
c.Billing = (*BillingService)(&c.common)
443-
c.Credentials = (*CredentialsService)(&c.common)
444443
c.Checks = (*ChecksService)(&c.common)
445444
c.Classroom = (*ClassroomService)(&c.common)
446445
c.CodeScanning = (*CodeScanningService)(&c.common)
447446
c.Codespaces = (*CodespacesService)(&c.common)
448447
c.CodesOfConduct = (*CodesOfConductService)(&c.common)
449448
c.Copilot = (*CopilotService)(&c.common)
449+
c.Credentials = (*CredentialsService)(&c.common)
450450
c.Dependabot = (*DependabotService)(&c.common)
451451
c.DependencyGraph = (*DependencyGraphService)(&c.common)
452452
c.Emojis = (*EmojisService)(&c.common)

0 commit comments

Comments
 (0)