aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/headless/helpers.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-01-11 14:19:24 +0100
committerFlorian Dold <florian@dold.me>2023-01-11 14:19:24 +0100
commit668d7a213e21a776958d985b0758495d967d9f73 (patch)
tree2bef5a53c28be5f9d996e5dc7ed3833e89338de8 /packages/taler-wallet-core/src/headless/helpers.ts
parenta82d8fab696d3fca24c2f1c48a1646107e38cef8 (diff)
downloadwallet-core-668d7a213e21a776958d985b0758495d967d9f73.tar.xz
wallet-core: implement database fixups
Diffstat (limited to 'packages/taler-wallet-core/src/headless/helpers.ts')
-rw-r--r--packages/taler-wallet-core/src/headless/helpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/headless/helpers.ts b/packages/taler-wallet-core/src/headless/helpers.ts
index 64edf8fb0..fbeb84c67 100644
--- a/packages/taler-wallet-core/src/headless/helpers.ts
+++ b/packages/taler-wallet-core/src/headless/helpers.ts
@@ -34,7 +34,7 @@ import { Logger, WalletNotification } from "@gnu-taler/taler-util";
import * as fs from "fs";
import { NodeThreadCryptoWorkerFactory } from "../crypto/workers/nodeThreadWorker.js";
import { SynchronousCryptoWorkerFactoryNode } from "../crypto/workers/synchronousWorkerFactoryNode.js";
-import { openTalerDatabase } from "../db-utils.js";
+import { openTalerDatabase } from "../index.js";
import { HttpRequestLibrary } from "../util/http.js";
import { SetTimeoutTimerAPI } from "../util/timer.js";
import { Wallet } from "../wallet.js";