diff --git a/server/socket.js b/server/socket.js index f7cbced..0969030 100644 --- a/server/socket.js +++ b/server/socket.js @@ -18,7 +18,7 @@ module.exports = { return io; }, getIO() { - if (!io) throw new Error('Socket.io no se ha inicializado '); + if (!io) throw new Error('Socket.io no se ha inicializado.'); return io; }, };