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 d77bbd0 commit b283134Copy full SHA for b283134
client/dto/pipeline.go
@@ -175,7 +175,7 @@ type PipelineExecution struct {
175
AbortedBy User `json:"abortedBy,omitempty"`
176
QueuedType string `json:"queuedType,omitempty"`
177
RunSequence int32 `json:"runSequence,omitempty"`
178
- ShouldUseSimplifiedBaseKey bool `json:"shouldUseSimplifiedBaseKey,omitempty"`
+ ShouldUseSimplifiedBaseKey bool `json:"shouldUseSimplifiedKey,omitempty"`
179
}
180
181
// ExecutionFailureInfo represents the failure information of a pipeline execution
0 commit comments