taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit d3e9f667c60ee8df216daea426ec51e3b84e4960
parent e2b787ec40694efad923c6010b9b23423234c440
Author: Florian Dold <florian@dold.me>
Date:   Mon, 23 Jun 2025 16:44:14 +0200

-fix FTBFS

Diffstat:
Mpackages/taler-wallet-webextension/src/wxBackend.ts | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/packages/taler-wallet-webextension/src/wxBackend.ts b/packages/taler-wallet-webextension/src/wxBackend.ts @@ -471,6 +471,9 @@ async function reinitWallet(): Promise<void> { getStats() { throw Error("DB statistics not supported for platform webext"); }, + readBackupJson(path) { + throw Error("DB backup import from file not supported for platform webext"); + }, }, httpFactory as any as HttpFactory, timer,