Fix: game
This commit is contained in:
parent
3142d96e4f
commit
4e98a0059f
@ -56,7 +56,7 @@ const countDownTime = new CountDown(0, (hh, mm, ss, t) => {
|
||||
|
||||
const io = socket();
|
||||
|
||||
io.emit("join", id);
|
||||
io.emit("join", `game_${id}`);
|
||||
|
||||
io.on("game-info", (data) => {
|
||||
const { name, session, end } = data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user