aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/attention.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-02-19 19:45:26 +0100
committerFlorian Dold <florian@dold.me>2024-02-19 20:07:45 +0100
commite1a7bf4825162b4b95669ae6b4552589f4a64217 (patch)
treec8bdfe19ed9ed120e44d7c4be04a10bcfd1e67ff /packages/taler-wallet-core/src/attention.ts
parent0b044475a96ae140754ce478af41fc24424d7cc3 (diff)
downloadwallet-core-e1a7bf4825162b4b95669ae6b4552589f4a64217.tar.xz
wallet-core: better import hygiene, cleanup withdrawals
Diffstat (limited to 'packages/taler-wallet-core/src/attention.ts')
-rw-r--r--packages/taler-wallet-core/src/attention.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/attention.ts b/packages/taler-wallet-core/src/attention.ts
index 3be1f7197..6893af010 100644
--- a/packages/taler-wallet-core/src/attention.ts
+++ b/packages/taler-wallet-core/src/attention.ts
@@ -28,7 +28,7 @@ import {
UserAttentionsRequest,
UserAttentionsResponse,
} from "@gnu-taler/taler-util";
-import { timestampPreciseFromDb, timestampPreciseToDb } from "./index.js";
+import { timestampPreciseFromDb, timestampPreciseToDb } from "./db.js";
import { InternalWalletState } from "./internal-wallet-state.js";
const logger = new Logger("operations/attention.ts");