[api] remarks & drafts/collabs + migrations

This commit is contained in:
2023-01-17 12:11:18 +03:00
parent 6339a06b71
commit b966ce6c24
6 changed files with 35 additions and 35 deletions

View File

@@ -72,7 +72,7 @@ async def update_draft(_, info, draft_input):
}
else:
draft_input["updatedAt"] = datetime.now(tz=timezone.utc)
collab.update(**draft_input)
collab.update(draft_input)
session.commit()
# TODO: email notify