var name fixed

This commit is contained in:
mic 2026-03-22 15:28:00 +01:00
parent e95808d1fe
commit 08f9568955

View file

@ -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);