From 3a5647d9068a7574ea3e7c1f36c48f3276cb04eb Mon Sep 17 00:00:00 2001 From: kicap1992 Date: Wed, 10 Aug 2022 22:41:33 +0800 Subject: [PATCH] first commit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 039ef6f..ba6e805 100644 --- a/index.js +++ b/index.js @@ -83,7 +83,7 @@ io.on('connection', (socket) => { }); }) socket.on('notif_to_phone', (_) => { - // console.log(_ , " ini sebelum broadcast") + console.log(_ , " ini sebelum broadcast") socket.broadcast.emit('notif_to_phone', { message: _.message, id: _.id,