Skip to content

Commit

Permalink
remove 'omitempty' for the guarded api field
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Nov 6, 2023
1 parent e7c4fba commit 1cb1d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/api/guardianData.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ type Guardian struct {
type GuardianData struct {
ActiveGuardian *Guardian `json:"activeGuardian,omitempty"`
PendingGuardian *Guardian `json:"pendingGuardian,omitempty"`
Guarded bool `json:"guarded,omitempty"`
Guarded bool `json:"guarded"`
}

0 comments on commit 1cb1d0d

Please sign in to comment.