From 26f6e7e9c25b182927094637f58eb1a6cbd19776 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sun, 20 Apr 2025 09:53:51 -0600 Subject: [PATCH] BROKE IT --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0812839..4194940 100644 --- a/index.js +++ b/index.js @@ -80,7 +80,7 @@ app.ws('/iem', (ws, req) => { location: wfos[key].location, room: wfos[key].room } - }); + }), iem })); sock = wsConnections.push({ ws, req, subs: [] });