diff --git a/js/mzta-storage.js b/js/mzta-storage.js index 21ceb5b7..989bb70a 100644 --- a/js/mzta-storage.js +++ b/js/mzta-storage.js @@ -23,7 +23,7 @@ export class taStorage { static STORAGE_KEY_PREFIX = 'msg:'; static SCHEMA_VERSION = 1; - logger = null; + taLog = null; constructor(do_debug = false) { this.taLog = new taLogger("mzta-storage", do_debug);