gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: style


From: gnunet
Subject: [taler-wallet-core] branch master updated: style
Date: Mon, 13 Dec 2021 11:29:00 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 2237058b style
2237058b is described below

commit 2237058bcc8f589b51137fe5f8e3ed53039e25db
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Dec 13 11:28:57 2021 +0100

    style
---
 packages/taler-wallet-core/src/operations/withdraw.ts | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts 
b/packages/taler-wallet-core/src/operations/withdraw.ts
index 652b26c1..8a492bd6 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.ts
@@ -890,10 +890,7 @@ async function processWithdrawGroupImpl(
         const r = await tx.reserves.indexes.byInitialWithdrawalGroupId.get(
           withdrawalGroupId,
         );
-        if (r) {
-          return r.reservePub;
-        }
-        return undefined;
+        return r?.reservePub;
       });
     if (!reservePub) {
       logger.warn(

-- 
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]