diff --git a/resolvers/author.py b/resolvers/author.py index abce7afa..5c7837d8 100644 --- a/resolvers/author.py +++ b/resolvers/author.py @@ -57,7 +57,8 @@ async def get_author(_, _info, slug='', author_id=None): import traceback exc = traceback.format_exc() logger.error(exc) - return {"slug": "anonymous", "id": 1, "name": "Аноним", "bio": "Неизвестно кто"} + return + # {"slug": "anonymous", "id": 1, "name": "Аноним", "bio": "Неизвестно кто"} async def get_author_by_user_id(user_id: str):