get-my-followings-fix
Some checks failed
Deploy to core / deploy (push) Failing after 1m34s

This commit is contained in:
2024-02-03 20:08:22 +03:00
parent e4846f8abb
commit e7a1697f11
3 changed files with 14 additions and 17 deletions

View File

@@ -132,7 +132,7 @@ async def update_topic(_, _info, inp):
session.commit()
return {'topic': topic}
return {'error': 'cannot update' }
return {'error': 'cannot update'}
@mutation.field('delete_topic')