add patch endpoint and service update_task

This commit is contained in:
IluaAir
2025-09-03 23:55:26 +03:00
parent 6e6613662a
commit d7e522d362
4 changed files with 26 additions and 12 deletions

View File

@@ -49,7 +49,6 @@ class UserService(BaseService):
offset: int | None,
date_to: date | None,
date_from: date | None,
):
user = await self.session.user.get_one_with_load(
user_id=user_id,