@@ -25,7 +25,7 @@ wss.on('connection', (ws) => {
});
const debugMode = argv.debug || true;
const debugMode = !!argv.debug;
setInterval(async () => {
console.log('Entering setInterval callback');
The note is not visible to the blocked user.