async-fix-3
This commit is contained in:
parent
9d9adfbdfa
commit
c90783f461
|
@ -346,7 +346,7 @@ async def get_author_followers(_, _info, slug: str):
|
|||
Author.id != author_id,
|
||||
),
|
||||
)
|
||||
followers_result = await session.execute(followers_query)
|
||||
followers_result = session.execute(followers_query)
|
||||
followers = followers_result.scalars().all()
|
||||
|
||||
if isinstance(followers, list):
|
||||
|
|
Loading…
Reference in New Issue
Block a user