Skip to content

Commit

Permalink
Merge pull request #2 from qonto/feat/name.option-omitempty
Browse files Browse the repository at this point in the history
feat: mark option.name as omitempty
  • Loading branch information
arthurdotwork authored Jan 29, 2025
2 parents a64d327 + ff4ac78 commit 6b4f0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion property.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (p MultiSelectProperty) GetType() PropertyType {

type Option struct {
ID PropertyID `json:"id,omitempty"`
Name string `json:"name"`
Name string `json:"name,omitempty"`
Color Color `json:"color,omitempty"`
}

Expand Down

0 comments on commit 6b4f0f2

Please sign in to comment.