fix 500 error

master
Aevann 2024-10-19 09:06:37 +03:00
parent d90d95972b
commit aeecc9d3a4
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ def comment(v):
ma = ModAction(
kind='distinguish_comment',
user_id=v.id,
target_post_id=c.id
target_comment_id=c.id
)
g.db.add(ma)