get-author-fix-6
Some checks failed
deploy / deploy (push) Failing after 5s

This commit is contained in:
Untone 2023-12-18 02:58:07 +03:00
parent 35e68097d8
commit b3c01abd37

View File

@ -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 = {