This commit is contained in:
parent
844f32f204
commit
a402af4590
|
@ -38,7 +38,7 @@ async def get_all_authors() -> List[ChatMember]:
|
||||||
"variables": None,
|
"variables": None,
|
||||||
}
|
}
|
||||||
|
|
||||||
return _request_endpoint(query_name, gql)
|
return await _request_endpoint(query_name, gql)
|
||||||
|
|
||||||
|
|
||||||
async def get_my_followed() -> List[ChatMember]:
|
async def get_my_followed() -> List[ChatMember]:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user