From 792d60453ac884958265ac5102ad2349ee44f7bb Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 13 Oct 2023 14:35:10 +0300 Subject: [PATCH] new-query-fix2 --- resolvers/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resolvers/profile.py b/resolvers/profile.py index 317a7ac1..689566d0 100644 --- a/resolvers/profile.py +++ b/resolvers/profile.py @@ -92,7 +92,7 @@ async def user_subscriptions(user_id: int): t.slug for t in followed_topics(user_id) ], # followed topics slugs "authors": [ - a.slug for a in await followed_authors(user_id) + a.slug for a in followed_authors(user_id) ], # followed authors slugs "reactions": await followed_reactions(user_id) # "communities": [c.slug for c in followed_communities(slug)], # communities