From 444c5427f41f8030b117a7d3589219abfa60bd1c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 16 Jun 2023 09:40:45 -0300 Subject: remove some type literal and pretty --- packages/taler-wallet-core/src/dbless.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'packages/taler-wallet-core/src/dbless.ts') diff --git a/packages/taler-wallet-core/src/dbless.ts b/packages/taler-wallet-core/src/dbless.ts index 68cce2b8d..4dfdff3f7 100644 --- a/packages/taler-wallet-core/src/dbless.ts +++ b/packages/taler-wallet-core/src/dbless.ts @@ -120,13 +120,7 @@ export interface TopupReserveWithDemobankArgs { export async function topupReserveWithDemobank( args: TopupReserveWithDemobankArgs, ) { - const { - http, - bankAccessApiBaseUrl, - amount, - exchangeInfo, - reservePub, - } = args; + const { http, bankAccessApiBaseUrl, amount, exchangeInfo, reservePub } = args; const bankHandle: BankServiceHandle = { bankAccessApiBaseUrl: bankAccessApiBaseUrl, http, -- cgit v1.2.3