Изменение DAO

This commit is contained in:
urec56 2024-06-05 13:28:15 +05:00
parent 75aaf2ce8a
commit a00e554f5d

View file

@ -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)