diff --git a/api/schemas.py b/api/schemas.py index 54a7bf9d9..ff42fd7d3 100644 --- a/api/schemas.py +++ b/api/schemas.py @@ -638,6 +638,7 @@ class SessionsSearchPayloadSchema(_PaginatedSchema): def transform_order(cls, values): if values.get("order") is not None: values["order"] = values["order"].upper() + return values class Config: alias_generator = attribute_to_camel_case