Skip to content
Snippets Groups Projects
Commit 60c7002b authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

remove finally

parent 234e4e22
1 merge request!27Resolve "Mise en place de sentry - sge"
Pipeline #48409 passed
......@@ -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')
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment