fix(api): fix get_user_by_id method

This commit is contained in:
2025-06-25 13:39:16 +05:00
parent 8f5dd07bf5
commit 53bf173373
3 changed files with 39 additions and 44 deletions

View File

@@ -36,6 +36,7 @@ class AllUserResponse(Base):
amount_count: int
amount_pages: int
current_page: int
limit: int
all_user_adapter = TypeAdapter(List[AllUser])