logs-gic
All checks were successful
deploy / deploy (push) Successful in 1m32s

This commit is contained in:
2023-12-25 10:48:50 +03:00
parent 48b8209e23
commit da3e7e55fd
4 changed files with 5 additions and 10 deletions

View File

@@ -144,7 +144,6 @@ async def update_shout(_, info, shout_id, shout_input=None, publish=False):
session.add(shout)
# main topic
# TODO: test main_topic update
if "main_topic" in shout_input:
old_main_topic = (
session.query(ShoutTopic)