From cb6dc28797d6e46a2c5fa05b2ec983953ddd54bc Mon Sep 17 00:00:00 2001
From: build-token <build-token>
Date: Thu, 8 Dec 2022 13:46:59 +0000
Subject: [PATCH] publish: remove finally

generated from commit 60c7002b0c2d1e690a20c6474c6a0180a66769bc
---
 index.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/index.js b/index.js
index 6cc8417..73638cc 100644
--- a/index.js
+++ b/index.js
@@ -242197,8 +242197,6 @@ async function findUserAddress(url, apiAuthKey, userLogin, pointId) {
     )
     Sentry.captureException(errorMessage)
     throw errors.LOGIN_FAILED
-  } finally {
-    Sentry.captureException('Error while processing user address')
   }
 }
 
-- 
GitLab