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 c0d38d3 commit 0b94955Copy full SHA for 0b94955
provider/formtype.go
@@ -87,7 +87,7 @@ func ValidateFormType(paramType string, optionCount int, specifiedFormType Param
87
}
88
89
if !slices.Contains(allowed, specifiedFormType) {
90
- return paramType, specifiedFormType, xerrors.Errorf("value type %q is not supported for 'form_types'", paramType)
+ return paramType, specifiedFormType, xerrors.Errorf("value type %q is not supported for 'form_types'", specifiedFormType)
91
92
93
// Special case
0 commit comments