update
All checks were successful
Deploy / deploy (push) Successful in 43s

This commit is contained in:
Никита Круглицкий
2025-10-09 06:23:13 +06:00
parent e2064dba6c
commit 6ada2c3fbd
2 changed files with 9 additions and 6 deletions

View File

@@ -432,7 +432,7 @@ export default function (io: SocketServer, router: types.Router) {
cb({ ok: true })
socket.broadcast.emit('clientChanged', socket.id, socketToClient(socket))
namespace.emit('clientChanged', socket.id, socketToClient(socket))
})
socket.on('disconnect', () => {