Add ConsoleLog

This commit is contained in:
Timo Reichl 2025-03-30 14:39:59 +02:00
parent 35cfe20062
commit 36e5acb7e9

View File

@ -41,6 +41,7 @@ wss.on("connection", function connection(ws) {
) { ) {
try { try {
message.filter._id = new ObjectId(message.filter._id); message.filter._id = new ObjectId(message.filter._id);
console.log(message.filter._id);
} catch (e) { } catch (e) {
console.error("Invalid ObjectId in filter:", e); console.error("Invalid ObjectId in filter:", e);
} }