fix: fixed a bug with the jsonschema for order_by

This commit is contained in:
2024-04-25 18:44:58 +02:00
parent 4d997a375e
commit f24db62781
2 changed files with 4 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ def update_obj_from_data(
model: Type[T],
id: UUID | str,
db: Session,
partial: bool = False,
partial: bool = False, # TODO: inverse, because it is currently the wrong way around
ignore_fields=[],
additional_data={},
exclude={},