Skip to content

Commit

Permalink
Added description to the response struct of Teams Update method (#28)
Browse files Browse the repository at this point in the history
forgot to add `description` to the response struct

Signed-off-by: Lasse Gaardsholt <lasse.gaardsholt@bestseller.com>
  • Loading branch information
Gaardsholt authored Feb 10, 2023
1 parent 9ba3b73 commit 262b080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teams/Types.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ type TeamGetResult struct {
type TeamsResponse struct {
ID int64 `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
IsGlobal bool `json:"is_global"`
GitguardianURL string `json:"gitguardian_url"`
}

0 comments on commit 262b080

Please sign in to comment.