From 60c7002b0c2d1e690a20c6474c6a0180a66769bc Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Thu, 8 Dec 2022 14:42:42 +0100 Subject: [PATCH] remove finally --- src/core/findUserAddress.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/findUserAddress.js b/src/core/findUserAddress.js index 97093eb..9732915 100644 --- a/src/core/findUserAddress.js +++ b/src/core/findUserAddress.js @@ -53,8 +53,6 @@ async function findUserAddress(url, apiAuthKey, userLogin, pointId) { ) Sentry.captureException(errorMessage) throw errors.LOGIN_FAILED - } finally { - Sentry.captureException('Error while processing user address') } } -- GitLab