From 831684922affe867c910956436cabaad0c4afa73 Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 1 May 2024 03:09:54 +0300 Subject: [PATCH] get-my-shout-dbg --- resolvers/editor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resolvers/editor.py b/resolvers/editor.py index c1cf26c6..031b73ec 100644 --- a/resolvers/editor.py +++ b/resolvers/editor.py @@ -21,6 +21,7 @@ from services.search import search_service @query.field("get_my_shout") @login_required async def get_my_shout(_, info, shout_id: int): + logger.debug(info) user_id = info.context.get("user_id", "") author_dict = info.context.get("author", {}) author_id = author_dict.get("id")