feat: client chat fix
This commit is contained in:
@@ -58,7 +58,6 @@ class ClientService(BaseService):
|
|||||||
noload(Client.products),
|
noload(Client.products),
|
||||||
noload(Client.pallets),
|
noload(Client.pallets),
|
||||||
noload(Client.boxes),
|
noload(Client.boxes),
|
||||||
noload(Client.chat)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
clients = clients_query.all()
|
clients = clients_query.all()
|
||||||
|
|||||||
Reference in New Issue
Block a user