From 68a20fd71cae4ae735ec4ca71038f8550330b45c Mon Sep 17 00:00:00 2001 From: Zutatensuppe Date: Sat, 7 Nov 2020 12:24:31 +0100 Subject: [PATCH] test change --- server/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/index.js b/server/index.js index 98a3812..d288f51 100644 --- a/server/index.js +++ b/server/index.js @@ -34,7 +34,6 @@ const games = {} const wss = new WebSocketServer(config.ws); - const notify = (data) => { // TODO: throttle wss.notifyAll(data)