Fixed minor issues.

pull/47/head
Mikunj 7 years ago
parent 04bf00d24f
commit 1bb608b55a

@ -17,7 +17,7 @@
try { try {
this.load(); this.load();
} catch (e) { } catch (e) {
console.warn(e); window.log.warn(e);
} }
return blockedNumbers; return blockedNumbers;
}, },
@ -82,4 +82,4 @@
return storage.isBlocked(number); return storage.isBlocked(number);
}, },
}; };
})(); })();

Loading…
Cancel
Save