From 3d54a3380f4ab0ac340b229246e99915db6e3818 Mon Sep 17 00:00:00 2001
From: Bastien DUMONT <bdumont@grandlyon.com>
Date: Fri, 2 Dec 2022 14:46:24 +0100
Subject: [PATCH] publish: wip basic transactions

generated from commit 5dfb35255ca390289f6f03df47797b3a7e8d5909
---
 index.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/index.js b/index.js
index 544b236..025846b 100644
--- a/index.js
+++ b/index.js
@@ -242147,7 +242147,6 @@ async function findUserAddress(url, apiAuthKey, userLogin, pointId) {
     )
     Sentry.captureException(errorMessage)
     Sentry.captureEvent({ message: errorMessage })
-    pwet()
     throw errors.LOGIN_FAILED
   } finally {
     log('info', 'FINALLY')
-- 
GitLab