Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions github/github-accessors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions github/github-accessors_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions github/github-stringify_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion github/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ type User struct {
Assignment *string `json:"assignment,omitempty"`
// InheritedFrom identifies the team that a user inherited their organization role
// from. This is only populated when calling the ListUsersAssignedToOrgRole method.
InheritedFrom *Team `json:"inherited_from,omitempty"`
InheritedFrom []*Team `json:"inherited_from,omitempty"`
}

func (u User) String() string {
Expand Down
Loading