Skip to content

Commit 610cb6a

Browse files
author
Jon Rumion
committed
Add HTMLURL to team struct
1 parent 1f6d870 commit 610cb6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github/payload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7272,6 +7272,7 @@ type Team struct {
72727272
Slug string `json:"slug"`
72737273
Permission string `json:"permission"`
72747274
URL string `json:"url"`
7275+
HTMLURL string `json:"html_url"`
72757276
MembersURL string `json:"members_url"`
72767277
RepositoriesURL string `json:"repositories_url"`
72777278
Parent *Team `json:"parent,omitempty"`

0 commit comments

Comments
 (0)