Merge pull request #51 from lippserd/bugfix/usergroup-member-wrong-json-tag

Fix UsergroupMember.UserId JSON tag
This commit is contained in:
Eric Lippmann 2021-05-07 09:22:34 +02:00 committed by GitHub
commit beaa5515cf

View file

@ -35,7 +35,7 @@ type UsergroupCustomvar struct {
type UsergroupMember struct {
MemberMeta `json:",inline"`
UserId types.Binary `json:"object_id"`
UserId types.Binary `json:"user_id"`
UsergroupId types.Binary `json:"group_id"`
}