gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: removing import assert since


From: gnunet
Subject: [taler-wallet-core] branch master updated: removing import assert since it breaks with linaria
Date: Wed, 02 Aug 2023 14:49:41 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 22a3017d5 removing import assert since it breaks with linaria
22a3017d5 is described below

commit 22a3017d52f44e140971ce3791f7d75227c07f90
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Aug 2 09:49:14 2023 -0300

    removing import assert since it breaks with linaria
---
 packages/taler-wallet-core/src/wallet.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/wallet.ts 
b/packages/taler-wallet-core/src/wallet.ts
index 1f5c6ee3b..f8bbd21fc 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -310,7 +310,7 @@ import {
   WalletCoreApiClient,
   WalletCoreResponseType,
 } from "./wallet-api-types.js";
-import versionInfo from "./version.json" assert { type: 'json' };
+import versionInfo from "./version.json";
 
 const logger = new Logger("wallet.ts");
 

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