Skip to content
Snippets Groups Projects
Commit 4d93f64a authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

tmp

parent f5203eb0
Loading
...@@ -45,6 +45,7 @@ async function onDeleteAccount() { ...@@ -45,6 +45,7 @@ async function onDeleteAccount() {
) )
log('info', `isAlpha: ${isAlpha()}`) log('info', `isAlpha: ${isAlpha()}`)
log('info', `userConsent: ${userConsent}`)
if (userConsent.ID && userConsent.pointID) { if (userConsent.ID && userConsent.pointID) {
log('log', `Consent ${userConsent.ID} found for user`) log('log', `Consent ${userConsent.ID} found for user`)
// Verify if it's dev env to prevent delete of real data // Verify if it's dev env to prevent delete of real data
......
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