Fix: game

This commit is contained in:
koh 2024-06-15 20:54:38 +07:00
parent 3142d96e4f
commit 4e98a0059f

View File

@ -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;