This commit is contained in:
Timo Reichl 2025-03-30 14:50:11 +02:00
parent af8547b3d6
commit 44938c472c

View File

@ -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 &&