gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 07/08: prefer wrapping lists into JSON field


From: gnunet
Subject: [libeufin] 07/08: prefer wrapping lists into JSON field
Date: Fri, 04 Dec 2020 15:00:10 +0100

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

ms pushed a commit to branch master
in repository libeufin.

commit d446014185a11b5554e01e2628383e14f613985e
Author: MS <ms@taler.net>
AuthorDate: Fri Dec 4 13:00:18 2020 +0100

    prefer wrapping lists into JSON field
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index 823a853..330fee6 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -263,7 +263,11 @@ fun serverMain(dbName: String) {
                         )
                     }
                 }
-                call.respond(ret)
+                call.respond(
+                    object {
+                        val payments = ret
+                    }
+                )
                 return@get
             }
 

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