Final answer.

This commit is contained in:
Mario Zechner 2023-06-18 14:55:57 +02:00
parent e065057f81
commit d13a0e2d55

View File

@ -222,7 +222,7 @@ class Items extends Model {
let start = performance.now();
const settings = new Settings();
const compressedItemsPerStore = [];
log(`Items - load using JSON: ${this.useJson}`);
log(`Items - load using JSON: ${settings.useJson}`);
for (const store of STORE_KEYS) {
compressedItemsPerStore.push(
new Promise(async (resolve) => {