mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Merge pull request #51 from lippserd/bugfix/usergroup-member-wrong-json-tag
Fix UsergroupMember.UserId JSON tag
This commit is contained in:
commit
beaa5515cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue