From 041a9436edc228eb12c6cb0d2f30db3ba02e8b9d Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Tue, 9 Aug 2022 14:35:26 +0200 Subject: [PATCH] publish: remove file generated from commit d9f03727a4d78d9b8c440832ef81cd690461d587 --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index c6703d7..eefd422 100644 --- a/index.js +++ b/index.js @@ -228136,6 +228136,8 @@ async function verifyContract(url, apiAuthKey, appLogin, contractId, pointId) { explicitArray: false, }) + log('info', parsedReply) + try { const currentContract = parseContracts(parsedReply)[0] if (currentContract.etatCode === contractState.ACTIF) -- GitLab