.
All checks were successful
Deploy on push / deploy (push) Successful in 6s

This commit is contained in:
Untone 2024-11-01 21:42:20 +03:00
parent d40728aec9
commit baa8d56799

View File

@ -164,7 +164,7 @@ def query_with_stat(info):
# Фильтр опубликованных
q = q.where(and_(Shout.published_at.is_not(None), Shout.deleted_at.is_(None)))
q = q.group_by(Shout.id, main_author.id, main_topic.id)
q = q.group_by(Shout.id, main_author.id)
return q