diff options
author | Florian Dold <florian@dold.me> | 2023-05-30 09:35:58 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-05-30 09:35:58 +0200 |
commit | d1dade44265ce515526cef90cb4651bb905b17ee (patch) | |
tree | 875bf17302f570189184b553ab18f8e08eceffa2 /packages/taler-wallet-core/src/operations/withdraw.ts | |
parent | 0323067c0757262084e16a9bba9d58bcd773fc23 (diff) |
-type error
Diffstat (limited to 'packages/taler-wallet-core/src/operations/withdraw.ts')
-rw-r--r-- | packages/taler-wallet-core/src/operations/withdraw.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts index 7636395bd..e08aa59a7 100644 --- a/packages/taler-wallet-core/src/operations/withdraw.ts +++ b/packages/taler-wallet-core/src/operations/withdraw.ts @@ -334,6 +334,7 @@ export async function abortWithdrawalTransaction( } return undefined; }); + ws.workAvailable.trigger(); notifyTransition(ws, transactionId, transitionInfo); } |