Skip to content

Commit 7661233

Browse files
authored
Remove member count on org group (#458)
The field no longer exists in the API
1 parent bd03075 commit 7661233

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

organization.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ type OrganizationGroup struct {
188188
ID string `json:"id"`
189189
Name string `json:"display_name"`
190190
Description string `json:"description"`
191-
MemberCount int `json:"member_count,omitempty"`
192191
Members []OrganizationUser `json:"members"`
193192
DateCreated string `json:"date_created"`
194193
DateAssigned string `json:"assigned_date,omitempty"`

0 commit comments

Comments
 (0)