Skip to content

Commit

Permalink
Update internal/commands/vaultsecrets/gatewaypools/displayer.go
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Cabatoff <[email protected]>
  • Loading branch information
dhuckins and ncabatoff authored Dec 6, 2024
1 parent b5c06e8 commit fa61bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/vaultsecrets/gatewaypools/displayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

type gatewayPoolWithIntegrations struct {
GatewayPool *preview_models.Secrets20231128GatewayPool `json:"gateway_pool"`
Integrations []string `json:"integrations"`
Integrations []string `json:"integrations,omitempty"`
}

type gatewayPoolWithOauth struct {
Expand Down

0 comments on commit fa61bab

Please sign in to comment.