core-connector-fix
All checks were successful
deploy / deploy (push) Successful in 1m5s

This commit is contained in:
Untone 2023-12-18 00:54:44 +03:00
parent 844f32f204
commit a402af4590

View File

@ -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]: