var name fixed
This commit is contained in:
parent
e95808d1fe
commit
08f9568955
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue