Skip to content

Commit

Permalink
fix broken json tag in Group
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Theel committed Feb 20, 2020
1 parent 3fb249f commit 0fb79d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ type Group struct {
Name *string `json:"name,omitempty"`
Path *string `json:"path,omitempty"`
SubGroups []*Group `json:"subGroups,omitempty"`
Attributes map[string][]string `json:"attributes,emitempty"`
Attributes map[string][]string `json:"attributes,omitempty"`
Access map[string]bool `json:"access,omitempty"`
ClientRoles map[string][]string `json:"clientRoles,omitempty"`
RealmRoles []string `json:"realmRoles,omitempty"`
Expand Down

0 comments on commit 0fb79d2

Please sign in to comment.