Skip to content

Commit 8401db7

Browse files
committed
fix the bug where confirmed people weren't leaving confirmed votes
1 parent 518006d commit 8401db7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/models.coffee

+1
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ class Vote
324324
return fn error if error?
325325
@person.welcomeVoter fn
326326
else
327+
@confirmed = !! @person?.confirmed
327328
if @isNew()
328329
@checkDuplicate fn
329330
else

0 commit comments

Comments
 (0)