always a singlular bracket.

This commit is contained in:
2019-04-26 06:41:44 +10:00
parent 2724bfe858
commit 063dd42dab

View File

@@ -48,7 +48,7 @@ module.exports = {
if (client !== ws && client.readyState === WebSocket.OPEN) {
client.send(stringify(message))
}
}
})
})
// ws.send('something');