Skip to content

Commit

Permalink
edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricia Sawyer committed Oct 2, 2023
1 parent 1dfa646 commit 726774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ caps.on('connection', (socket) => {
});


// // joining a room
// joining a room
socket.on('Join', (room) => {
console.log(socket.id, ' joined ', room);
socket.join(room);
Expand Down

0 comments on commit 726774a

Please sign in to comment.