Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Dec 12, 2024
1 parent f097fae commit 8496e96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/app/src/systems/Account/services/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ export class AccountService {
}

static async fetchRecoveryState() {
// convert to await promise.all
const [
backupAccounts,
allAccounts,
Expand Down
3 changes: 0 additions & 3 deletions packages/app/src/systems/Core/utils/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ export class FuelDB extends Dexie {

async clear() {
await Promise.all([
chromeStorage.accounts.clear(),
chromeStorage.networks.clear(),
chromeStorage.vaults.clear(),
this.vaults.clear(),
this.accounts.clear(),
this.networks.clear(),
Expand Down

0 comments on commit 8496e96

Please sign in to comment.