diff --git a/services/client.py b/services/client.py index 2bdd006..7dc6b3b 100644 --- a/services/client.py +++ b/services/client.py @@ -58,7 +58,6 @@ class ClientService(BaseService): noload(Client.products), noload(Client.pallets), noload(Client.boxes), - noload(Client.chat) ) ) clients = clients_query.all()