mirror of https://github.com/tiangolo/fastapi.git
Update utils.py
This commit is contained in:
parent
808e3bb9d5
commit
45fbe92dc7
|
|
@ -709,7 +709,6 @@ async def request_body_to_args(
|
||||||
continue
|
continue
|
||||||
if (
|
if (
|
||||||
value is None
|
value is None
|
||||||
or (isinstance(field_info, params.Form) and value == "")
|
|
||||||
or (
|
or (
|
||||||
isinstance(field_info, params.Form)
|
isinstance(field_info, params.Form)
|
||||||
and is_sequence_field(field)
|
and is_sequence_field(field)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue