Skip to content
Snippets Groups Projects
Commit 74894cc5 authored by Yoan VALLET's avatar Yoan VALLET
Browse files

change cleaning date

parent 29c622f4
Branches
Tags
No related merge requests found
......@@ -133,7 +133,7 @@ async function getData(token, idPCE) {
* Return the list of daily data
*/
async function cleanOldData() {
if(moment().isAfter("2020-11-26")){
if(moment().isAfter("2020-12-02")){
log('debug', 'No cleaning to do')
return false
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment