Skip to content

Commit

Permalink
feat(Application): add omitempty tag to IntegrationTypesConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Jun 20, 2024
1 parent 75a9085 commit 9e879ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ type Application struct {
Slug string `json:"slug"`
CoverImage string `json:"cover_image"`
Flags int `json:"flags,omitempty"`
IntegrationTypesConfig map[ApplicationIntegrationType]*ApplicationIntegrationTypeConfig `json:"integration_types"`
IntegrationTypesConfig map[ApplicationIntegrationType]*ApplicationIntegrationTypeConfig `json:"integration_types,omitempty"`
}

// ApplicationRoleConnectionMetadataType represents the type of application role connection metadata.
Expand Down

0 comments on commit 9e879ff

Please sign in to comment.