diff options
author | Sebastian <sebasjm@gmail.com> | 2023-01-12 15:50:36 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2023-01-12 15:51:36 -0300 |
commit | 72ca5ee8dda247c1567b5f8d3878cd8371a9983f (patch) | |
tree | 7f24bff10161ec772bca1cb604530c4af87662fe /packages/taler-wallet-core/src/operations/transactions.ts | |
parent | 473cbc3908d6f18511fed14fb45af18f3cd1ee32 (diff) |
more information if migration failed, and pretty
Diffstat (limited to 'packages/taler-wallet-core/src/operations/transactions.ts')
-rw-r--r-- | packages/taler-wallet-core/src/operations/transactions.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/transactions.ts b/packages/taler-wallet-core/src/operations/transactions.ts index 2570a4e5f..43ee97239 100644 --- a/packages/taler-wallet-core/src/operations/transactions.ts +++ b/packages/taler-wallet-core/src/operations/transactions.ts @@ -734,7 +734,6 @@ async function buildTransactionForPurchase( checkDbInvariant(!!timestamp); checkDbInvariant(!!purchaseRecord.payInfo); - let status: ExtendedStatus; switch (purchaseRecord.purchaseStatus) { case PurchaseStatus.AbortingWithRefund: |