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 {