commit 5360d30889418e17035a51a69e46d5c0936ccf96
parent d3e9f667c60ee8df216daea426ec51e3b84e4960
Author: Florian Dold <florian@dold.me>
Date: Mon, 23 Jun 2025 17:06:04 +0200
-fix FTBFS
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/packages/taler-wallet-webextension/src/wxBackend.ts b/packages/taler-wallet-webextension/src/wxBackend.ts
@@ -471,9 +471,6 @@ 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,