@@ -116,8 +116,10 @@ function checkAPI() {
let items = [];
for (let j = 0; j < data.length; j++) {
if (data[j] != undefined || data[j] != null) {
if (data[j] != undefined && data[j] != null) {
items.push(SERVICE_FUNC[s](data[j]));
} else {
data.splice(j);
}
The note is not visible to the blocked user.