gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: -fix type


From: gnunet
Subject: [taler-wallet-core] branch master updated: -fix type
Date: Tue, 04 Apr 2023 15:41:32 +0200

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

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

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

commit f658718b949e6b649a6d10568d7214306fdf2cfc
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Apr 4 15:41:30 2023 +0200

    -fix type
---
 packages/taler-wallet-core/src/wallet-api-types.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/wallet-api-types.ts 
b/packages/taler-wallet-core/src/wallet-api-types.ts
index 6f46fe8f2..536e83413 100644
--- a/packages/taler-wallet-core/src/wallet-api-types.ts
+++ b/packages/taler-wallet-core/src/wallet-api-types.ts
@@ -765,7 +765,7 @@ export type RunIntegrationTestOp = {
  * of the exchange and merchant.
  */
 export type RunIntegrationTestV2Op = {
-  op: WalletApiOperation.RunIntegrationTest;
+  op: WalletApiOperation.RunIntegrationTestV2;
   request: IntegrationTestArgs;
   response: EmptyObject;
 };

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