diff options
author | Florian Dold <florian@dold.me> | 2023-01-11 14:19:24 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-01-11 14:19:24 +0100 |
commit | 668d7a213e21a776958d985b0758495d967d9f73 (patch) | |
tree | 2bef5a53c28be5f9d996e5dc7ed3833e89338de8 /packages/taler-wallet-core/src/headless/helpers.ts | |
parent | a82d8fab696d3fca24c2f1c48a1646107e38cef8 (diff) |
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.ts | 2 |
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"; |