Skip to content

Commit

Permalink
REMOVE baseconfig field required checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
karminski committed Sep 25, 2023
1 parent 8eb6c11 commit b857e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actionruntime/airtable/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type Resource struct {

type Action struct {
Method string `mapstructure:"method" validate:"oneof=list get create update bulkUpdate delete bulkDelete"`
BaseConfig BaseConfig `mapstructure:"baseConfig" validate:"required"`
BaseConfig BaseConfig `mapstructure:"baseConfig"`
Config map[string]interface{} `mapstructure:"config" validate:"required"`
}

Expand Down

0 comments on commit b857e2a

Please sign in to comment.