ENCOA-274 and patch to the Dockerfile, in some merge the firebase tools were left out

This commit is contained in:
Carlos-Mesquita
2024-12-11 15:23:00 +00:00
parent 0222c339fe
commit 196f9e9c3e
9 changed files with 36 additions and 23 deletions

View File

@@ -7,6 +7,7 @@ class UserController(IUserController):
def __init__(self, user_service: IUserService):
self._service = user_service
print(self._service)
async def batch_import(self, batch: BatchUsersDTO):
return await self._service.batch_users(batch)