mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-24 05:45:04 +00:00
Update deps, particularly to ensure https://aws.amazon.com/blogs/developer/aws-sdk-for-go-update-needed-for-go-1-8/ is covered
This commit is contained in:
2
vendor/github.com/google/go-github/github/repos_invitations.go
generated
vendored
2
vendor/github.com/google/go-github/github/repos_invitations.go
generated
vendored
@@ -46,7 +46,7 @@ func (s *RepositoriesService) ListInvitations(repoID int, opt *ListOptions) ([]*
|
||||
return nil, resp, err
|
||||
}
|
||||
|
||||
return invites, resp, err
|
||||
return invites, resp, nil
|
||||
}
|
||||
|
||||
// DeleteInvitation deletes a repository invitation.
|
||||
|
||||
Reference in New Issue
Block a user