From 143a4fe4ac5b8724cf6e13a704e88daa99dd4202 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 11 Jan 2023 17:12:08 +0100 Subject: wallet-core: refresh when aborting payments --- packages/taler-wallet-core/src/util/query.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/taler-wallet-core/src/util') diff --git a/packages/taler-wallet-core/src/util/query.ts b/packages/taler-wallet-core/src/util/query.ts index 4eb354f3e..56a23c2dd 100644 --- a/packages/taler-wallet-core/src/util/query.ts +++ b/packages/taler-wallet-core/src/util/query.ts @@ -660,7 +660,6 @@ export class DbAccess { const storeNames: string[] = []; const accessibleStores: { [x: string]: StoreWithIndexes } = {}; - for (let i = 0; i < this.db.objectStoreNames.length; i++) { const sn = this.db.objectStoreNames[i]; const swi = (this.stores as any)[sn] as StoreWithIndexes; -- cgit v1.2.3