style(catalog): ✨ Format JSON struct for consistency
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user