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