Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
enedis_sge_konnector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
enedis_sge_konnector
Commits
f4cf813d
Commit
f4cf813d
authored
1 year ago
by
Rémi PAILHAREY
Browse files
Options
Downloads
Patches
Plain Diff
publish: Merge branch '25-follow-up-from-detailed-sentry-logs' into 'main'
generated from commit
772de020
parent
7dfac1b0
Branches
renovate/couchdb-3.x
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
onDeleteAccount.js
+1
-2
1 addition, 2 deletions
onDeleteAccount.js
with
1 addition
and
2 deletions
onDeleteAccount.js
+
1
−
2
View file @
f4cf813d
...
@@ -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'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment