feat: client chat fix

This commit is contained in:
2025-08-27 17:20:43 +03:00
parent 85492a31e8
commit d10fa2f08a

View File

@@ -58,7 +58,6 @@ class ClientService(BaseService):
noload(Client.products),
noload(Client.pallets),
noload(Client.boxes),
noload(Client.chat)
)
)
clients = clients_query.all()