taler-typescript-core

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

commit c5d598d2d839378e20eb6ecf7d842f6ac0b40efb
parent b42c751965d15167fd71afbd01cecc1c40c56acd
Author: Florian Dold <florian@dold.me>
Date:   Sat, 18 Jul 2026 16:49:57 +0200

fix stray assertUnreachable

Diffstat:
Mpackages/taler-wallet-core/src/common.ts | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/common.ts b/packages/taler-wallet-core/src/common.ts @@ -1271,7 +1271,6 @@ export async function prepareTransferOptionsRaw( break; } default: - assertUnreachable; logger.warn(`Unsupported transfer subject: ${j2s(opt)}`); break; }