Skip to content

Commit

Permalink
Fixed CommitID
Browse files Browse the repository at this point in the history
  • Loading branch information
satr committed Jan 22, 2024
1 parent 891a418 commit e7a1eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/deployments/models/component_deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ type Component struct {
// Commit ID for the component. It can be different from the Commit ID, specified in deployment label
//
// required: false
CommitID string `json:",inline"`
CommitID string `json:"CommitID,omitempty"`

AuxiliaryResource `json:",inline"`
}
Expand Down

0 comments on commit e7a1eb2

Please sign in to comment.