[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: reverting
From: |
gnunet |
Subject: |
[libeufin] branch master updated: reverting |
Date: |
Wed, 05 Apr 2023 12:51:28 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 30d63a57 reverting
30d63a57 is described below
commit 30d63a574aa2737e8647ced602fac8f47269fdb7
Author: MS <ms@taler.net>
AuthorDate: Wed Apr 5 12:51:23 2023 +0200
reverting
---
sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt
index 0e2f4600..b04af23d 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt
@@ -551,11 +551,10 @@ fun circuitApi(circuitRoute: Route) {
message = op.tan
)
} catch (e: Exception) {
- logger.error(
+ throw internalServerError(
"Sending the e-mail TAN failed for ${customer.email}."
+
" The command threw this exception:
${e.message}"
)
- false
}
if (!isSuccessful)
throw internalServerError(
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: reverting,
gnunet <=