From 063dd42dab09442c89d3dbd69c0b77048f2ddc37 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Fri, 26 Apr 2019 06:41:44 +1000 Subject: [PATCH] always a singlular bracket. --- plugins/wss.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/wss.js b/plugins/wss.js index 6167857..0fd51c3 100644 --- a/plugins/wss.js +++ b/plugins/wss.js @@ -48,8 +48,8 @@ module.exports = { if (client !== ws && client.readyState === WebSocket.OPEN) { client.send(stringify(message)) } - } - + }) + }) // ws.send('something'); });