aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/google/go-github/github/repos_invitations.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/google/go-github/github/repos_invitations.go')
-rw-r--r--vendor/github.com/google/go-github/github/repos_invitations.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/google/go-github/github/repos_invitations.go b/vendor/github.com/google/go-github/github/repos_invitations.go
index f2806d1..e80b946 100644
--- a/vendor/github.com/google/go-github/github/repos_invitations.go
+++ b/vendor/github.com/google/go-github/github/repos_invitations.go
@@ -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.