diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-09-01 19:07:14 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-09-01 19:07:14 +0530 |
commit | bb369f2e2ab7838751ce9aae2e23622be1391586 (patch) | |
tree | 3fca0a5d7047b1f38ec230657e0c8f0c0cc891e0 /packages/taler-wallet-core/src/operations/refund.ts | |
parent | 8c33e05bf08976403719a17b1faf424109a7eaa5 (diff) |
auto-format
Diffstat (limited to 'packages/taler-wallet-core/src/operations/refund.ts')
-rw-r--r-- | packages/taler-wallet-core/src/operations/refund.ts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/refund.ts b/packages/taler-wallet-core/src/operations/refund.ts index 2c7427c03..787d2bb4c 100644 --- a/packages/taler-wallet-core/src/operations/refund.ts +++ b/packages/taler-wallet-core/src/operations/refund.ts @@ -260,7 +260,12 @@ async function acceptRefunds( const refreshCoinsPubs = Object.values(refreshCoinsMap); if (refreshCoinsPubs.length > 0) { - await createRefreshGroup(ws, tx, refreshCoinsPubs, RefreshReason.Refund); + await createRefreshGroup( + ws, + tx, + refreshCoinsPubs, + RefreshReason.Refund, + ); } // Are we done with querying yet, or do we need to do another round |