From af929641b893f9ecdbe4c926a811719ee34e6aaa Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Fri, 12 Aug 2022 10:54:26 +0200 Subject: [PATCH] publish: fix: logging generated from commit fe1022f82dd4201124d0600e80b0c57a4b47293c --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 50dcb0a..4915605 100644 --- a/index.js +++ b/index.js @@ -227968,6 +227968,7 @@ async function verifyUserIdentity( if (fields.pointId != pdl) { log('error', 'PointId does not match') + log('error', `isAlternateStart ${isAlternateStart}`) if (isAlternateStart) { throw errors.TERMS_VERSION_MISMATCH } else { -- GitLab