From 3f85efccde84c6d7f7cd46a8daeb6e4df82cb6b4 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Tue, 4 Jul 2023 06:11:29 +0900 Subject: [PATCH] [fix] accounts --- src/ts/storage/autoStorage.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ts/storage/autoStorage.ts b/src/ts/storage/autoStorage.ts index 185ba304..d5be52cf 100644 --- a/src/ts/storage/autoStorage.ts +++ b/src/ts/storage/autoStorage.ts @@ -43,7 +43,8 @@ export class AutoStorage{ return true } if((localStorage.getItem('dosync') === 'sync' || db.account?.useSync) && (localStorage.getItem('accountst') !== 'able')){ - getUnpargeables(db) + console.log(localStorage.getItem('dosync')) + console.log(db.account) const keys = await this.realStorage.keys() let i = 0; const accountStorage = new AccountStorage()