Skip to content

Commit

Permalink
Review comment, remove 'dive'
Browse files Browse the repository at this point in the history
  • Loading branch information
rkettelerij committed Nov 23, 2023
1 parent 88bedae commit b1e6bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ type CollectionEntryFeatures struct {
TableName *string `yaml:"tableName"`

// Optional collection specific datasources. Mutually exclusive with top-level defined datasources.
Datasources *Datasources `yaml:"datasources" validate:"dive"`
Datasources *Datasources `yaml:"datasources"`
}

type CollectionEntryMaps struct {
Expand Down

0 comments on commit b1e6bed

Please sign in to comment.