first commit

This commit is contained in:
kicap1992
2022-08-10 22:46:13 +08:00
parent d63c089f35
commit 04821bdc1a
2 changed files with 4 additions and 3 deletions

View File

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