style(catalog): Format JSON struct for consistency
Some checks failed
CI / Test (1.22) (push) Failing after -24m37s
CI / Test (1.23) (push) Failing after -24m30s
CI / Build (push) Successful in -26m46s
CI / Lint (push) Successful in -26m34s

This commit is contained in:
Hein
2026-02-04 11:18:50 +02:00
parent ecd5525430
commit 947761313b
2 changed files with 8 additions and 8 deletions

View File

@@ -792,7 +792,7 @@ type BusinessProfile struct {
// BusinessProfileUpdate is the payload sent to update business profile fields.
// Only populated fields are sent; omit a field to leave it unchanged.
type BusinessProfileUpdate struct {
MessagingProduct string `json:"messaging_product"` // always "whatsapp"
MessagingProduct string `json:"messaging_product"` // always "whatsapp"
About string `json:"about,omitempty"`
Address string `json:"address,omitempty"`
Description string `json:"description,omitempty"`