Skip to content

Commit

Permalink
chore: switch locale_preferred to string from bool (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Salaton authored Feb 17, 2025
1 parent db1a5aa commit aee1835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type Names struct {
ExternalID string `json:"external_id,omitempty"`
Type string `json:"type,omitempty"`
Locale string `json:"locale,omitempty"`
LocalePreferred bool `json:"locale_preferred,omitempty"`
LocalePreferred string `json:"locale_preferred,omitempty"`
NameType string `json:"name_type,omitempty"`
Checksum string `json:"checksum,omitempty"`
}
Expand Down

0 comments on commit aee1835

Please sign in to comment.