Skip to content

Commit

Permalink
Fix gh.Client.Team
Browse files Browse the repository at this point in the history
  • Loading branch information
twavv committed Nov 20, 2023
1 parent 7f508a0 commit 163eb2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/gh/team.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import (
)

type Team struct {
ID githubv4.ID `graphql:"id"`
Login string `graphql:"login"`
ID githubv4.ID `graphql:"id"`
Name string `graphql:"name"`
Slug string `graphql:"slug"`
}

// OrganizationTeam returns information about the given team in the given organization.
Expand Down

0 comments on commit 163eb2a

Please sign in to comment.