We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2ae8a commit b391b00Copy full SHA for b391b00
pkg/configDiff/bean/bean.go
@@ -144,7 +144,7 @@ type DeploymentAndCmCsConfigDto struct {
144
SecretsData *DeploymentAndCmCsConfig `json:"secretsData"`
145
PipelineConfigData *DeploymentAndCmCsConfig `json:"pipelineConfigData,omitempty"`
146
IsAppAdmin bool `json:"isAppAdmin"`
147
- Index int `json:"index"`
+ Index int `json:"index,omitempty"`
148
}
149
150
func NewDeploymentAndCmCsConfigDto() *DeploymentAndCmCsConfigDto {
0 commit comments