Skip to content

Commit b283134

Browse files
yogesh-chauhanHarness
authored andcommitted
fix: [ML-1422]: correct JSON field name from shouldUseSimplifiedBaseKey to shouldUseSimplifiedKey (#219)
* 7c1c03 fix: correct JSON field name from shouldUseSimplifiedBaseKey to shouldUseSimplifiedKey
1 parent d77bbd0 commit b283134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/dto/pipeline.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ type PipelineExecution struct {
175175
AbortedBy User `json:"abortedBy,omitempty"`
176176
QueuedType string `json:"queuedType,omitempty"`
177177
RunSequence int32 `json:"runSequence,omitempty"`
178-
ShouldUseSimplifiedBaseKey bool `json:"shouldUseSimplifiedBaseKey,omitempty"`
178+
ShouldUseSimplifiedBaseKey bool `json:"shouldUseSimplifiedKey,omitempty"`
179179
}
180180

181181
// ExecutionFailureInfo represents the failure information of a pipeline execution

0 commit comments

Comments
 (0)