gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/02: util: 'when' field must be optional


From: gnunet
Subject: [taler-wallet-core] 01/02: util: 'when' field must be optional
Date: Mon, 16 Jan 2023 13:59:20 +0100

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

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

commit e4801dcc31cf32fc81317a821af395f281184537
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jan 16 13:53:24 2023 +0100

    util: 'when' field must be optional
---
 packages/taler-util/src/wallet-types.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-util/src/wallet-types.ts 
b/packages/taler-util/src/wallet-types.ts
index af775a54e..fc383acb0 100644
--- a/packages/taler-util/src/wallet-types.ts
+++ b/packages/taler-util/src/wallet-types.ts
@@ -597,7 +597,7 @@ export interface WalletDiagnostics {
 
 export interface TalerErrorDetail {
   code: TalerErrorCode;
-  when: AbsoluteTime;
+  when?: AbsoluteTime;
   hint?: string;
   [x: string]: unknown;
 }

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