Skip to content

Commit ea705cf

Browse files
committed
bug fix with votes being replaced
1 parent 3fc6ea2 commit ea705cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/controllers/socketController.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ async function vote(socket: Socket, answer: number, utorid: string) {
7575
{
7676
pollId,
7777
sequence: parseInt(currSequence),
78+
utorid
7879
},
7980
{
8081
utorid,

0 commit comments

Comments
 (0)