feat(utilities): WS log

This commit is contained in:
Taha Yassine Kraiem 2022-02-06 22:17:33 +01:00
parent 33b43f96a1
commit aade6410b1

View file

@ -227,5 +227,6 @@ module.exports = {
socket.to(socket.peerId).emit(NEW_AGENT_MESSAGE);
}
});
console.log("WS server started")
}
};