Skip to content

Commit

Permalink
added xorm JSON struct tag to XormACLEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrylo Prokopchuk committed Mar 19, 2024
1 parent 38e7252 commit 5e0f730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_server/authz/acl_xorm.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type XormAuthzConfig struct {
type XormACL []XormACLEntry

type XormACLEntry struct {
ACLEntry `xorm:"'acl_entry'"`
ACLEntry `xorm:"'acl_entry' JSON"`
Seq int64
}

Expand Down

0 comments on commit 5e0f730

Please sign in to comment.