fix(api): fix get_user_by_id method
This commit is contained in:
@@ -36,6 +36,7 @@ class AllUserResponse(Base):
|
||||
amount_count: int
|
||||
amount_pages: int
|
||||
current_page: int
|
||||
limit: int
|
||||
|
||||
|
||||
all_user_adapter = TypeAdapter(List[AllUser])
|
||||
|
||||
Reference in New Issue
Block a user