From 15bbe8eb9d40b253618880f9c14cd260568c86f2 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 18 Dec 2023 02:56:17 +0300 Subject: [PATCH] get-author-fix-4 --- services/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/core.py b/services/core.py index dc6d1c2..2d5fc13 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($author_id: Int, $slug: String, $user: String)" + operation = "GetAuthor($user: String)" query_fields = "id slug pic name" gql = {