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

add log

parent 1f9f6427
No related branches found
No related tags found
2 merge requests!19Feat/us858 save expiration date,!17fix/US846-onDelete
......@@ -34,7 +34,7 @@ async function onDeleteAccount() {
const secrets = getAccountSecret()
log('info', 'AFTER')
log('info', accountData)
log('info', JSON.stringify(accountData))
log('info', `data: ${JSON.stringify(accountData)}`)
const userConsent = await getBoConsent(
secrets.boBaseUrl,
secrets.boToken,
......
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