From b3c01abd373272867386b3249fa426519a5829be Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 18 Dec 2023 02:58:07 +0300 Subject: [PATCH] get-author-fix-6 --- services/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/core.py b/services/core.py index fdcefea..076b929 100644 --- a/services/core.py +++ b/services/core.py @@ -65,7 +65,7 @@ async def get_my_followed() -> List[ChatMember]: async def get_author(user: str = ""): query_name = "get_author_id(user: $user)" query_type = "query" - operation = "GetAuthor($user: String)" + operation = "GetAuthor($user: String!)" query_fields = "id slug pic name" gql = {