From bb369f2e2ab7838751ce9aae2e23622be1391586 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 1 Sep 2020 19:07:14 +0530 Subject: auto-format --- packages/taler-integrationtests/src/helpers.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'packages/taler-integrationtests/src/helpers.ts') diff --git a/packages/taler-integrationtests/src/helpers.ts b/packages/taler-integrationtests/src/helpers.ts index 515ae54bd..d47d5f7b0 100644 --- a/packages/taler-integrationtests/src/helpers.ts +++ b/packages/taler-integrationtests/src/helpers.ts @@ -257,7 +257,6 @@ export async function startWithdrawViaBank( t.assertTrue(r2.type === "response"); } - /** * Withdraw balance. */ @@ -270,7 +269,6 @@ export async function withdrawViaBank( amount: AmountString; }, ): Promise { - const { wallet } = p; await startWithdrawViaBank(t, p); @@ -282,4 +280,3 @@ export async function withdrawViaBank( const balApiResp = await wallet.apiRequest("getBalances", {}); t.assertTrue(balApiResp.type === "response"); } - -- cgit v1.2.3