Skip to content

Commit

Permalink
settings: Fix option name to enableEarlyValidation (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Oct 2, 2023
1 parent 6420eeb commit 659ed8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/settings/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type ExperimentalFeatures struct {
}

type ValidationOptions struct {
EnableEnhancedValidation bool `mapstructure:"earlyValidation" default:"true"`
EnableEnhancedValidation bool `mapstructure:"enableEarlyValidation" default:"true"`
}

type Indexing struct {
Expand Down

0 comments on commit 659ed8b

Please sign in to comment.