From a3010af9598bf7a2fe7edfd27571f831ccf6b12e Mon Sep 17 00:00:00 2001 From: xXpuma99Xx <51341582+xXpuma99Xx@users.noreply.github.com> Date: Tue, 8 Feb 2022 17:40:01 -0600 Subject: [PATCH] pruebas --- server/socket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }, };