remotes/1693045480750635534/spooky-22
Aevann1 2021-07-26 21:47:56 +02:00
parent 0b6fb9f1b3
commit 61d4dc4415
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ def api_vote_comment(comment_id, new, v):
comment.author.dramacoins += 1
g.db.add(comment.author)
vote = CommentVote(user_id=v.id,
vote_type=x,
vote_type=new,
comment_id=base36decode(comment_id),
app_id=v.client.application.id if v.client else None
)