nodict
All checks were successful
Deploy on push / deploy (push) Successful in 23s

This commit is contained in:
Untone 2024-02-26 11:57:18 +03:00
parent ecbeb5b85e
commit 2257c3375a

View File

@ -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'}