From 8ff8deefa5a7b17bdc337dd6604c11b42802f769 Mon Sep 17 00:00:00 2001
From: hsubtil <ext.sopra.husubtil@grandlyon.com>
Date: Thu, 4 Aug 2022 14:58:27 +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 e5cd737..ba3c902 100644
--- a/index.js
+++ b/index.js
@@ -286,6 +286,7 @@ async function getData(response, baseUrl, apiAuthKey) {
   try {
     // Sort data by date
 
+    log("debug", "TRY ?");
     const responseEgl = await rp(dataRequest).then(eglRawData => {
       eglRawData.resultatRetour.sort(function(a, b) {
         return new Date(a.DateReleve) - new Date(b.DateReleve);
-- 
GitLab