@@ -65,6 +65,12 @@ setInterval(async () => {
}
});
logs = validLogs;
} catch (error) {
console.error('Error querying logs:', error);
} else {
console.log('No logs received');
if (Array.isArray(logs)) {
console.log('Processing logs array');
logs.forEach((log, index) => {
The note is not visible to the blocked user.