Skip to content

Commit

Permalink
fix(organizationmemberinfo): user info not array (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel authored Jul 4, 2023
1 parent 0a52b46 commit 15d4597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion organization_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type (
// JoinTime is the time when the user joined the organization.
JoinTime string `json:"join_time"`
// UserInfo is the information of the user.
UserInfo []OrganizationUserInfo `json:"user_info"`
UserInfo OrganizationUserInfo `json:"user_info"`
}

// OrganizationUserInfo is a struct that represents a user in an organization.
Expand Down

0 comments on commit 15d4597

Please sign in to comment.