Skip to content

Commit

Permalink
add Property omitempty
Browse files Browse the repository at this point in the history
  • Loading branch information
bxy4543 committed Oct 16, 2023
1 parent c388e04 commit f3bcc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/pkg/resources/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ type Monitor struct {
Type uint8 `json:"type" bson:"type"`
Name string `json:"name" bson:"name"`
Used EnumUsedMap `json:"used" bson:"used"`
Property string `json:"property" bson:"property"`
Property string `json:"property,omitempty" bson:"property,omitempty"`
}

type BillingType int
Expand Down

0 comments on commit f3bcc65

Please sign in to comment.