Skip to content
Snippets Groups Projects
Commit 1a3c664f authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix: delete BO consent do not throw

parent 1d05a129
No related branches found
No related tags found
1 merge request!322.0 Release
Pipeline #97944 passed
......@@ -5,7 +5,7 @@ const Sentry = require('@sentry/node')
/**
* @param {{
* boBaseUrl: string,
* boUrlGRDF: string,
* boToken: string,
* pce: string,
* firstname: string,
......@@ -87,7 +87,7 @@ async function deleteBoConsent({ boUrlGRDF, boToken, consentId }) {
consentId: consentId
}
})
throw new Error(errors.MAINTENANCE)
// Don't throw an error, just log it
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment