dict-query-fix
Some checks failed
Deploy to core / deploy (push) Has been cancelled

This commit is contained in:
Untone 2024-02-21 19:12:24 +03:00
parent 5b8347ee54
commit 88cd6e1060

View File

@ -161,7 +161,7 @@ class FollowsCached:
"slug": author.slug, "slug": author.slug,
"pic": author.pic, "pic": author.pic,
} }
) ),
) )
follows = await get_author_follows(None, None, user=author.user) follows = await get_author_follows(None, None, user=author.user)
if isinstance(follows, dict): if isinstance(follows, dict):