Skip to content

Commit

Permalink
fix bug in compoundKey
Browse files Browse the repository at this point in the history
  • Loading branch information
recap committed Aug 12, 2024
1 parent 4f458fc commit 3f0bc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ async function main() {
if (user.state == "redirected") {
// Something went wrong to get here
// Try starting game with one user
startGame([user], [user.experimentUrl], null, user.groupId, user.server)
startGame([compoundKey], [user.experimentUrl], null, user.groupId, user.server)
return
}
if (user.state === "inoTreePages") {
Expand Down

0 comments on commit 3f0bc04

Please sign in to comment.