From 567a40bca1919aa046ae078085ed2a6c3c5e6e60 Mon Sep 17 00:00:00 2001 From: hsubtil <ext.sopra.husubtil@grandlyon.com> Date: Thu, 4 Aug 2022 14:54:18 +0000 Subject: [PATCH] publish: Merge branch 'dev' into 'master' generated from commit cc0df612ac2b649d648adc52601502ba8ec10126 --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 4d18999..e5cd737 100644 --- a/index.js +++ b/index.js @@ -292,6 +292,7 @@ async function getData(response, baseUrl, apiAuthKey) { }); return eglRawData; }); + log("debug", `Code retour: ${responseEgl.codeRetour}`); switch (responseEgl.codeRetour) { case 100: return format(responseEgl); -- GitLab