fix: fix pagination info schema and expense router responses

This commit is contained in:
2024-11-27 17:00:49 +04:00
parent 88ce256850
commit c913336ade
3 changed files with 17 additions and 11 deletions

View File

@@ -47,8 +47,8 @@ class PaginationSchema(BaseSchema):
class PaginationInfoSchema(BaseSchema):
total_pages: int = 0
total_items: int = 0
total_pages: int
total_items: int
class BaseEnumSchema(BaseSchema):