get_author-follows-debug-3
All checks were successful
Deploy on push / deploy (push) Successful in 22s

This commit is contained in:
2024-03-28 14:56:08 +03:00
parent 3d28370362
commit 054077c99e
2 changed files with 2 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ async def update_followers_for_author(
else:
# Remove the entity from followers
followers = [e for e in followers if e["id"] != author.id]
await update_author_followers_cache(author.id, followers)
await update_author_followers_cache(author.id.scalar(), followers)
return followers