Fixed minor issues.

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

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

Loading…
Cancel
Save