remotes/1693045480750635534/spooky-22
Aevann1 2021-07-26 22:01:48 +02:00
parent d2661bd222
commit 2c1c705619
1 changed files with 1 additions and 1 deletions

View File

@ -168,4 +168,4 @@ def api_vote_comment(comment_id, new, v):
comment.upvotes = g.db.query(CommentVote).filter_by(comment_id=comment.id, vote_type=1).count()
comment.downvotes = g.db.query(CommentVote).filter_by(comment_id=comment.id, vote_type=-1).count()
g.db.add(comment)
return make_response(""), 204
return make_response(""), 204