gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: remove workaround


From: gnunet
Subject: [taler-wallet-core] branch master updated: remove workaround
Date: Mon, 13 Mar 2023 15:50:58 +0100

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 64c3cbc1d remove workaround
64c3cbc1d is described below

commit 64c3cbc1dbc94c207bece0b9f6a399cdacd8dc22
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Mar 13 11:50:52 2023 -0300

    remove workaround
---
 packages/merchant-backoffice-ui/src/hooks/templates.ts | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/packages/merchant-backoffice-ui/src/hooks/templates.ts 
b/packages/merchant-backoffice-ui/src/hooks/templates.ts
index 97fb165b9..4fef7b424 100644
--- a/packages/merchant-backoffice-ui/src/hooks/templates.ts
+++ b/packages/merchant-backoffice-ui/src/hooks/templates.ts
@@ -245,9 +245,7 @@ export function useTemplateDetails(
 
   if (isValidating) return { loading: true, data: data?.data };
   if (data) {
-    const d = structuredClone(data);
-    d.data.pos_algorithm = 1;
-    return d;
+    return data;
   }
   if (error) return error.info;
   return { loading: true };

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