diff --git a/src/ts/storage/autoStorage.ts b/src/ts/storage/autoStorage.ts index 4b251184..77761c5b 100644 --- a/src/ts/storage/autoStorage.ts +++ b/src/ts/storage/autoStorage.ts @@ -61,6 +61,10 @@ export class AutoStorage{ i += 1 } this.realStorage = opfs + alertStore.set({ + type: "none", + msg: "" + }) await forage.setItem("migrated", true) return }