From a95e3611b9df9876e5e1479398a8c80a33c51ceb Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Thu, 11 Aug 2022 10:57:32 +0200 Subject: [PATCH] publish: fix: build generated from commit e1b85de07c58540ec31d27517693c4d11397d6d0 --- index.js | 1 + onDeleteAccount.js | 1 + 2 files changed, 2 insertions(+) diff --git a/index.js b/index.js index a9968b3..cf77114 100644 --- a/index.js +++ b/index.js @@ -223916,6 +223916,7 @@ async function createBoConsent( ) return data } catch (e) { + console.log(e) log('error', `BO replied with ${e}`) throw errors.MAINTENANCE } diff --git a/onDeleteAccount.js b/onDeleteAccount.js index 5e26736..ffd2d05 100644 --- a/onDeleteAccount.js +++ b/onDeleteAccount.js @@ -223302,6 +223302,7 @@ async function createBoConsent( ) return data } catch (e) { + console.log(e) log('error', `BO replied with ${e}`) throw errors.MAINTENANCE } -- GitLab