mirror of https://github.com/gofiber/fiber.git
parent
260c5e5406
commit
062ac3bf7b
|
@ -40,6 +40,10 @@ func (b *formBinding) Bind(reqCtx *fasthttp.RequestCtx, out any) error {
|
|||
}
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return parse(b.Name(), out, data)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue