From 8af36d93f8c1f2e023709d1655f408b1b1aa7b6b Mon Sep 17 00:00:00 2001 From: Zyronon Date: Tue, 18 Nov 2025 15:00:26 +0800 Subject: [PATCH] save4 --- public/migrate.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/migrate.html b/public/migrate.html index 1ad795d4..72bc2c29 100644 --- a/public/migrate.html +++ b/public/migrate.html @@ -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 {