gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix read json on 204


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix read json on 204
Date: Mon, 30 Oct 2023 15:46:19 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new b7ba3119c fix read json on 204
b7ba3119c is described below

commit b7ba3119c1ff0d9ae3432cf0de1ef8cf92fc193c
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Oct 30 11:45:51 2023 -0300

    fix read json on 204
---
 packages/taler-util/src/bank-api-client.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-util/src/bank-api-client.ts 
b/packages/taler-util/src/bank-api-client.ts
index a8cd4b0da..733c1b509 100644
--- a/packages/taler-util/src/bank-api-client.ts
+++ b/packages/taler-util/src/bank-api-client.ts
@@ -409,7 +409,7 @@ export class TalerCorebankApiClient {
     });
 
     logger.info(`response status ${resp.status}`);
-    const respJson = await readSuccessResponseJsonOrThrow(resp, codecForAny());
+    // const respJson = await readSuccessResponseJsonOrThrow(resp, 
codecForAny());
 
     // FIXME: We don't check the status here!
   }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]