From 1cde390c23f2668a3777752632c48febd10a28ee Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Jun 2021 16:08:58 +0200 Subject: fix up imports, no more esm in tests --- packages/taler-wallet-core/src/util/query.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/util/query.ts') diff --git a/packages/taler-wallet-core/src/util/query.ts b/packages/taler-wallet-core/src/util/query.ts index cf3f791d5..c7c08b47c 100644 --- a/packages/taler-wallet-core/src/util/query.ts +++ b/packages/taler-wallet-core/src/util/query.ts @@ -23,7 +23,7 @@ /** * Imports. */ -import { openPromise } from "./promiseUtils"; +import { openPromise } from "./promiseUtils.js"; import { IDBRequest, IDBTransaction, @@ -31,7 +31,6 @@ import { IDBDatabase, IDBFactory, IDBVersionChangeEvent, - Event, IDBCursor, IDBKeyPath, } from "@gnu-taler/idb-bridge"; -- cgit v1.2.3