author-id-fix
All checks were successful
deploy / deploy (push) Successful in 1m6s

This commit is contained in:
2023-12-19 17:10:42 +03:00
parent e2bcffdc4c
commit d75f31072c
2 changed files with 2 additions and 6 deletions

View File

@@ -52,7 +52,3 @@ async def get_my_followed() -> List[ChatMember]:
}
return await _request_endpoint(query_name, gql) or []
async def get_author(user: str = ""):
return authors_by_user.get(user)