groupby-fix
All checks were successful
Deploy to core / deploy (push) Successful in 1m23s

This commit is contained in:
2024-02-23 00:03:12 +03:00
parent 54f7dd9c1f
commit b0e2551e9b
4 changed files with 9 additions and 10 deletions

View File

@@ -110,7 +110,7 @@ def query_follows(user_id: str):
.filter(TopicFollower.topic == Topic.id)
)
authors_query = add_author_stat_columns(authors_query, author_model=aliased_author)
authors_query = add_author_stat_columns(authors_query)
topics_query = add_topic_stat_columns(topics_query)
authors = [
{