Fix UsergroupMember.UserId JSON tag

This commit is contained in:
Noah Hilverling 2021-04-28 14:33:25 +02:00
parent a5d446bc76
commit cf195c9b98

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"`
}