Skip to content

Commit

Permalink
Fix event name.
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland committed Sep 17, 2024
1 parent be79dc1 commit b630207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakes/src/routes/host/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
online = false;
});
socket.on('roundStart', () => {
socket.on('roundStarted', () => {
roundInProgress = true;
});
Expand Down

0 comments on commit b630207

Please sign in to comment.