This commit is contained in:
Zyronon
2025-11-18 15:00:26 +08:00
committed by GitHub
parent 6b9423414d
commit 8af36d93f8

View File

@@ -48,9 +48,7 @@
const indexedDBData = {};
for (let key of keys) {
let res = await db.get(key);
if (res === null) {
indexedDBData[key] = res
}
if (res) indexedDBData[key] = res
}
return {