From 2257c3375a6f0e3f8f473b4a14fda577c4a949d5 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 26 Feb 2024 11:57:18 +0300 Subject: [PATCH] nodict --- resolvers/editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resolvers/editor.py b/resolvers/editor.py index ad00f784..b1f0e177 100644 --- a/resolvers/editor.py +++ b/resolvers/editor.py @@ -100,7 +100,7 @@ def create_shout(_, info, inp): # notifier # await notify_shout(shout_dict, 'create') - return {'shout': shout.dict()} + return {'shout': shout} return {'error': 'cant create shout'}