diff --git a/index.js b/index.js index 9bf75012a64ac021de0d7cb3190b84bee2382410..794449a02c41b55a1c177dd95c4245e6a6a7f121 100644 --- a/index.js +++ b/index.js @@ -223967,6 +223967,7 @@ async function updateBoConsent(url, token, consent, serviceId) { }, headers ) + log('info', data) return data } catch (e) { console.log(e) diff --git a/onDeleteAccount.js b/onDeleteAccount.js index b4b8747f079722359275f7bf1c9be7d7e25e20f2..ebe1f297470d562326513850d731a9d1a2faf21c 100644 --- a/onDeleteAccount.js +++ b/onDeleteAccount.js @@ -223355,6 +223355,7 @@ async function updateBoConsent(url, token, consent, serviceId) { }, headers ) + log('info', data) return data } catch (e) { console.log(e)