taler-typescript-core

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

commit 37243d4d8c241f971fe7524b0976e1b76b0e654d
parent 4382e090ab5ce3e09366736577101c3e9f8e6161
Author: Florian Dold <florian@dold.me>
Date:   Wed, 28 Sep 2022 19:04:42 +0200

Revert "fix: long polling doesnt wait"

This reverts commit 4382e090ab5ce3e09366736577101c3e9f8e6161.

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

diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts @@ -407,7 +407,7 @@ export async function runOperationWithErrorReporting( case OperationAttemptResultType.Pending: return await storeOperationPending(ws, opId); case OperationAttemptResultType.Longpoll: - return await storeOperationPending(ws, opId); + break; } } catch (e) { if (e instanceof TalerError) {