From d10fa2f08a294dadb7104d348423fcbd2fbe03ba Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 27 Aug 2025 17:20:43 +0300 Subject: [PATCH] feat: client chat fix --- services/client.py | 1 - 1 file changed, 1 deletion(-) 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()