Skip to content

Commit

Permalink
Merge pull request #198 from harness/SPG-561_1
Browse files Browse the repository at this point in the history
[SPG-561]: Changing spec type to StringVariableConfigDto
  • Loading branch information
RajBaviskar authored Oct 24, 2022
2 parents 8c9f88d + 4431fc6 commit bb4173a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harness/nextgen/model_variable_dto.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ type VariableDto struct {
// Project Identifier for the Entity.
ProjectIdentifier string `json:"projectIdentifier,omitempty"`
// Type of the Variable.
Type_ string `json:"type"`
Spec *VariableConfigDto `json:"spec"`
Type_ string `json:"type"`
Spec *StringVariableConfigDto `json:"spec"`
}

0 comments on commit bb4173a

Please sign in to comment.