server-cli-todo-cleanup

This commit is contained in:
2022-08-11 14:22:10 +03:00
parent 0ba5047ff9
commit f13f40c89a
18 changed files with 106 additions and 33 deletions

View File

@@ -75,7 +75,7 @@ async def update_reaction(_, info, inp):
reaction.body = inp['body']
reaction.updatedAt = datetime.now()
if reaction.kind != inp['kind']:
# TODO: change mind detection
# NOTE: change mind detection can be here
pass
if inp.get('range'):
reaction.range = inp.get('range')