diff options
author | Florian Dold <florian@dold.me> | 2022-09-21 20:46:45 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2022-09-21 22:50:42 +0200 |
commit | 7d6bcd42ea9efced6200cf94924aa38bed2dbb02 (patch) | |
tree | 54b2077512c7d098e558193392a7ac92a6d74d63 /packages/taler-wallet-core/src/util/query.ts | |
parent | 5d31803c92ac085d50ab0942a6cf657a6cd9cc4b (diff) |
wallet-core: use numeric status field to allow range queries
Diffstat (limited to 'packages/taler-wallet-core/src/util/query.ts')
-rw-r--r-- | packages/taler-wallet-core/src/util/query.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/util/query.ts b/packages/taler-wallet-core/src/util/query.ts index d1aae6fd6..3d4ff79cb 100644 --- a/packages/taler-wallet-core/src/util/query.ts +++ b/packages/taler-wallet-core/src/util/query.ts @@ -36,8 +36,6 @@ import { IDBKeyRange, } from "@gnu-taler/idb-bridge"; import { Logger } from "@gnu-taler/taler-util"; -import { performanceNow } from "./timer.js"; -import { access } from "fs"; const logger = new Logger("query.ts"); |