Skip to content

Commit

Permalink
fix: remove order field from claim struct
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Sizov <[email protected]>
  • Loading branch information
mishasizov-SK committed Feb 21, 2024
1 parent 85f957d commit ecb65cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/profile/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ type Claim struct {
Pattern string `json:"pattern"`
Mask string `json:"mask"`
Display []L10n `json:"display"`
Order *int `json:"order,omitempty"`
}

type L10n struct {
Expand Down

0 comments on commit ecb65cd

Please sign in to comment.