Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
LLLE_Project
grdf-konnector
Commits
74894cc5
Commit
74894cc5
authored
Nov 27, 2020
by
Yoan VALLET
Browse files
change cleaning date
parent
29c622f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/index.js
View file @
74894cc5
...
...
@@ -133,7 +133,7 @@ async function getData(token, idPCE) {
* Return the list of daily data
*/
async
function
cleanOldData
()
{
if
(
moment
().
isAfter
(
"
2020-1
1-26
"
)){
if
(
moment
().
isAfter
(
"
2020-1
2-02
"
)){
log
(
'
debug
'
,
'
No cleaning to do
'
)
return
false
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment