load-recipients-fix
All checks were successful
deploy / deploy (push) Successful in 1m8s

This commit is contained in:
2023-12-18 20:59:20 +03:00
parent 83fba058ab
commit 93c1727be3
2 changed files with 33 additions and 34 deletions

View File

@@ -38,9 +38,7 @@ async def get_my_followed() -> List[ChatMember]:
"variables": None,
}
result = await _request_endpoint(query_name, gql)
return result.get("authors", [])
return await _request_endpoint(query_name, gql) or []
async def get_author(user: str = ""):