From 36e5acb7e9c263c21249ef576d3c062c05c6bfcd Mon Sep 17 00:00:00 2001 From: Timo Reichl Date: Sun, 30 Mar 2025 14:39:59 +0200 Subject: [PATCH] Add ConsoleLog --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index e78006f..f82a24a 100644 --- a/index.js +++ b/index.js @@ -41,6 +41,7 @@ wss.on("connection", function connection(ws) { ) { try { message.filter._id = new ObjectId(message.filter._id); + console.log(message.filter._id); } catch (e) { console.error("Invalid ObjectId in filter:", e); }