From 09e14b06bc644bdd158a9de4c007f114c39f41c1 Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Fri, 19 Aug 2022 13:59:28 +0200 Subject: [PATCH] publish: fix: isFirstStart generated from commit 500cb668cc82fe58474d607757a5fdd7390a9c6a --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 60a0ce3..4a5dd01 100644 --- a/index.js +++ b/index.js @@ -228238,7 +228238,7 @@ async function verifyContract(url, apiAuthKey, appLogin, contractId, pointId) { }) try { - log('debug', parsedReply) + log('debug', 'parsedReply', parsedReply) if (!parsedReply) { return null } -- GitLab