From a00e554f5d4066ac5f2298f0743c3e1a04afa7e5 Mon Sep 17 00:00:00 2001 From: urec56 Date: Wed, 5 Jun 2024 13:28:15 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20DAO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/dao/user.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/dao/user.py b/app/dao/user.py index fa1088a..d325410 100644 --- a/app/dao/user.py +++ b/app/dao/user.py @@ -80,7 +80,6 @@ class UserDAO(BaseDAO): chats_with_descriptions.c.visibility, Users.id, Users.avatar_image, - Users.avatar_hex, ) .select_from(chats_with_descriptions) .join(Users, Users.id == chats_with_descriptions.c.user_id)