Skip to content
Snippets Groups Projects
Commit f4cf813d authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

publish: Merge branch '25-follow-up-from-detailed-sentry-logs' into 'main'

generated from commit 772de020
parent 7dfac1b0
No related tags found
No related merge requests found
...@@ -246520,8 +246520,6 @@ async function onDeleteAccount() { ...@@ -246520,8 +246520,6 @@ async function onDeleteAccount() {
} }
const secrets = getAccountSecret() const secrets = getAccountSecret()
   
log('debug', JSON.stringify(accountData))
const userConsent = await getBoConsent( const userConsent = await getBoConsent(
secrets.boBaseUrl, secrets.boBaseUrl,
secrets.boToken, secrets.boToken,
...@@ -246557,6 +246555,7 @@ async function onDeleteAccount() { ...@@ -246557,6 +246555,7 @@ async function onDeleteAccount() {
} }
   
log('info', 'Deleting account succeed') log('info', 'Deleting account succeed')
throw new Error('pouet')
} else { } else {
const errorMessage = const errorMessage =
'No account revision was found, something went wrong during the deletion of said account' 'No account revision was found, something went wrong during the deletion of said account'
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