aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-08-23 14:40:23 +0200
committerFlorian Dold <florian@dold.me>2023-08-23 14:40:23 +0200
commit9be4034cc0d3cafff16917e7382f9c196ad75477 (patch)
treee46e330592be049255f55a95fe99922e003cbd6c /packages/taler-wallet-core
parent2051aded501cddac1a4c869fb1f9731ac4523a1e (diff)
downloadwallet-core-9be4034cc0d3cafff16917e7382f9c196ad75477.tar.xz
harness: shared test environment WIP
Diffstat (limited to 'packages/taler-wallet-core')
-rw-r--r--packages/taler-wallet-core/src/bank-api-client.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/bank-api-client.ts b/packages/taler-wallet-core/src/bank-api-client.ts
index a7484b0b2..01c28e8e8 100644
--- a/packages/taler-wallet-core/src/bank-api-client.ts
+++ b/packages/taler-wallet-core/src/bank-api-client.ts
@@ -330,7 +330,7 @@ export class WireGatewayApiClient {
* but it will be nice to have in utils to be used by others
*/
export class BankAccessApiClient {
- httpLib;
+ httpLib: HttpRequestLibrary;
constructor(private args: BankAccessApiClientArgs) {
this.httpLib = createPlatformHttpLib({