Skip to content

Commit 60288d2

Browse files
committed
Fix Member struct for organization member.
1 parent af415c8 commit 60288d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploygate_organization_member.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type Member struct {
1515
UserName string `mapstructure:"username"`
1616
Email string `mapstructure:"email"`
1717
IconURL string `mapstructure:"icon_url"`
18-
Inviting bool `mapstructure:"inviting"`
18+
Type string `mapstructure:"type"`
1919
}
2020

2121
func (c *Client) GetOrganizationMember(i *GetOrganizationMemberInput) (*GetOrganizationMemberResponse, error) {

0 commit comments

Comments
 (0)