This commit is contained in:
tree 2023-01-23 14:40:09 +01:00
rodič 645882c607
revize 946a68ad31
1 změnil soubory, kde provedl 2 přidání a 1 odebrání

Zobrazit soubor

@ -127,7 +127,8 @@ class DeConf_Event {
index: { id: this.id, ...efIndex },
};
if (this.dir) {
const syncDataFn = [...this.dir, "data.json"].join("/");
const syncDataFn = [this.dir, "data.json"].join("/");
console.log(syncDataFn);
if (await exists(syncDataFn)) {
data.sync = await _jsonLoad(syncDataFn);
}