From 44938c472ce198dc649023da4f812fbb70a7784b Mon Sep 17 00:00:00 2001 From: Timo Reichl Date: Sun, 30 Mar 2025 14:50:11 +0200 Subject: [PATCH] .. --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 3f96027..f7938c5 100644 --- a/index.js +++ b/index.js @@ -37,6 +37,7 @@ wss.on("connection", function connection(ws) { try { let message = JSON.parse(data); + console.log(message); if ( message.filter && message.filter._id &&