From f1b06afd44f82e7e16b34b378f0b6afb3a3d17c8 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Sat, 27 Apr 2019 00:34:37 +1000 Subject: [PATCH] n is not defined --- plugins/wss.js | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/wss.js b/plugins/wss.js index 596ad9a..c10486b 100644 --- a/plugins/wss.js +++ b/plugins/wss.js @@ -31,7 +31,6 @@ module.exports = { } }); console.log("Broadcasting to " + wss.clients.size + " clients") - n++; }, 30000); server.listen(8080);