From 4daa7327c3d24f28bea179d13cea11c7e9395697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Pailharey?= <rpailharey@grandlyon.com> Date: Tue, 28 May 2024 17:08:39 +0200 Subject: [PATCH] oops --- src/helpers/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helpers/utils.js b/src/helpers/utils.js index b3c619d..fdc7c96 100644 --- a/src/helpers/utils.js +++ b/src/helpers/utils.js @@ -63,7 +63,7 @@ function aggregateYearlyLoad(data) { } /** - * Removes aggregates matching the same year and month as the first data retrieved from EPGL if it is already in database. + * Removes aggregates matching the same year and month as the first data retrieved from GRDF if it is already in database. * * This step is needed to avoid updating the 3 years old month aggregate with incomplete data * @@ -93,7 +93,7 @@ async function filterFirstMonthlyLoad(firstMonth, firstYear, monthlyLoads) { } /** - * Removes aggregates matching the same year as the first data retrieved from EPGL if it is already in database. + * Removes aggregates matching the same year as the first data retrieved from GRDF if it is already in database. * * This step is needed to avoid updating the 3 years old year aggregate with incomplete data * -- GitLab