Skip to content

Commit

Permalink
Remove bad comment
Browse files Browse the repository at this point in the history
Signed-off-by: Venera <[email protected]>
  • Loading branch information
venera-program committed Oct 5, 2023
1 parent 78b1c06 commit cbba294
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ type DataInputSchema struct {
Schema string `json:"schema" validate:"required"`
// +kubebuilder:validation:Required
FailOnValidationErrors bool `json:"failOnValidationErrors"`
// FailOnValidationErrors bool `json:"failOnValidationErrors" validate:"required"`
}

type dataInputSchemaUnmarshal DataInputSchema
Expand Down

0 comments on commit cbba294

Please sign in to comment.