[FWA-5] Update Home List Function
This commit is contained in:
@ -14,4 +14,4 @@ class HouseService(BaseService):
|
||||
return self.repos.get_all(skip=skip, limit=limit)
|
||||
|
||||
def get_all_count(self, skip: int = 0, limit: int = 100):
|
||||
return self.repos.get_count_all(skip=skip, limit=limit)
|
||||
return self.repos.get_count_all()
|
||||
|
Reference in New Issue
Block a user