Skip to content

Commit

Permalink
bug fix with votes being replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhbapna committed Aug 14, 2022
1 parent 3fc6ea2 commit ea705cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/controllers/socketController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ async function vote(socket: Socket, answer: number, utorid: string) {
{
pollId,
sequence: parseInt(currSequence),
utorid
},
{
utorid,
Expand Down

0 comments on commit ea705cf

Please sign in to comment.