gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix response object creation


From: gnunet
Subject: [libeufin] branch master updated: fix response object creation
Date: Tue, 01 Feb 2022 09:02:18 +0100

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 97f26f52 fix response object creation
97f26f52 is described below

commit 97f26f5237135973a31d569969880845a9fb7448
Author: ms <ms@taler.net>
AuthorDate: Tue Feb 1 09:02:09 2022 +0100

    fix response object creation
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index 31108e6f..d4f6eef5 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -1420,8 +1420,8 @@ val sandboxApp: Application.() -> Unit = {
                     }
                     val balance = balanceForAccount(bankAccount)
                     call.respond(object {
-                        val balance = {
-                            val amount = "${demobank.currency}:${balance}"
+                        val balance = object {
+                            val amount = "${demobank.currency}:$balance"
                             val credit_debit_indicator = "CRDT"
                         }
                         val paytoUri = buildIbanPaytoUri(

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