vendor: update buildkit to v0.32.0-rc1
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ func (o *UntypedRequestBinder) bind(request *http.Request, routeParams RoutePara
|
||||
if isMap {
|
||||
tpe := binder.Type()
|
||||
if tpe == nil {
|
||||
if param.Schema.Type.Contains(typeArray) {
|
||||
if param.Schema != nil && param.Schema.Type.Contains(typeArray) {
|
||||
tpe = reflect.TypeFor[[]any]()
|
||||
} else {
|
||||
tpe = reflect.TypeFor[map[string]any]()
|
||||
|
||||
Reference in New Issue
Block a user