Skip to content

Commit

Permalink
feat: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomiguelpinto committed Sep 6, 2024
1 parent c19ccd6 commit 9bc889d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion organization.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type Organization struct {
WebhookURLs []string `json:"webhook_urls,omitempty"`
Timezone string `json:"timezone,omitempty"`
EmailSettings []string `json:"email_settings,omitempty"`
FinalizeZeroAmountInvoice bool `json:"finalize_zero_amount_invoice,omitempty"`
FinalizeZeroAmountInvoice bool `json:"finalize_zero_amount_invoice,omitempty"`


BillingConfiguration OrganizationBillingConfiguration `json:"billing_configuration,omitempty"`
Expand Down

0 comments on commit 9bc889d

Please sign in to comment.