Skip to content

Commit

Permalink
Upd: change roles key for json serialisation
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <george.padayatti@igrant.io>
  • Loading branch information
georgepadayatti committed Oct 12, 2023
1 parent adf2749 commit 261c5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type User struct {
Client ClientInfo `json:"Client"`
Orgs []Org `json:"Orgs"`
APIKey string `json:"APIKey"`
Roles []Role `json:"Roles"`
Roles []Role `json:"roles"`
IncompleteProfile bool `json:"IncompleteProfile"`
}

Expand Down

0 comments on commit 261c5bd

Please sign in to comment.