Skip to content
Snippets Groups Projects
Commit 4daa7327 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

oops

parent be16574d
No related branches found
No related tags found
1 merge request!30feat: correct older data
Pipeline #101563 passed
......@@ -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
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment