gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: fix TypeScript nullable type


From: gnunet
Subject: [taler-docs] branch master updated: fix TypeScript nullable type
Date: Fri, 20 Jan 2023 21:18:23 +0100

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

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new b240d49  fix TypeScript nullable type
b240d49 is described below

commit b240d4981fda3f0b166c660d5195ac5c4c011286
Author: MS <ms@taler.net>
AuthorDate: Fri Jan 20 21:17:17 2023 +0100

    fix TypeScript nullable type
---
 libeufin/api-sandbox.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 7a2ef38..bb62f04 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -471,7 +471,7 @@ Cashouts
       creation_time: number; // milliseconds since the Unix epoch 
       // Time when the cash-out was confirmed via its TAN.
       // Missing or null, when the operation wasn't confirmed yet.
-      confirmation_time?: number; // milliseconds since the Unix epoch 
+      confirmation_time?: number | null; // milliseconds since the Unix epoch 
     }
 
   .. ts:def:: CashoutStatus

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