minor-fixes
All checks were successful
Deploy on push / deploy (push) Successful in 1m48s

This commit is contained in:
2024-02-24 21:30:19 +03:00
parent d7c9622ffa
commit 12137eccda
2 changed files with 3 additions and 3 deletions

View File

@@ -214,7 +214,7 @@ def get_author_followers(_, _info, slug: str):
'followers_stat'
),
)
.outerjoin(alias_shout_author, author_alias.id == int(alias_shout_author.author))
.outerjoin(alias_shout_author, author_alias.id == alias_shout_author.author)
.group_by(author_alias.id)
)