mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 10:46:14 +10:00
always a singlular bracket.
This commit is contained in:
@@ -48,8 +48,8 @@ module.exports = {
|
|||||||
if (client !== ws && client.readyState === WebSocket.OPEN) {
|
if (client !== ws && client.readyState === WebSocket.OPEN) {
|
||||||
client.send(stringify(message))
|
client.send(stringify(message))
|
||||||
}
|
}
|
||||||
}
|
})
|
||||||
|
|
||||||
})
|
})
|
||||||
// ws.send('something');
|
// ws.send('something');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user