Updated
This commit is contained in:
parent
6509080adb
commit
2977f04a3e
12
lot.js
12
lot.js
@ -450,15 +450,15 @@ function GO() {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
performCalcs();
|
/* performCalcs();
|
||||||
|
|
||||||
prepareResults();
|
prepareResults();
|
||||||
|
|
||||||
console.log(resultsObj);
|
console.log(resultsObj);
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
resultsQuery(function (a) {
|
||||||
/* resultsQuery(function (a) {
|
|
||||||
processData(a);
|
processData(a);
|
||||||
|
|
||||||
performCalcs();
|
performCalcs();
|
||||||
@ -467,10 +467,10 @@ function GO() {
|
|||||||
|
|
||||||
console.log(resultsObj);
|
console.log(resultsObj);
|
||||||
|
|
||||||
// sendEmail();
|
sendEmail();
|
||||||
|
|
||||||
saveData();
|
saveData();
|
||||||
});*/
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -488,4 +488,4 @@ cron.schedule('1 00 18 * * 2,5', function(){
|
|||||||
return -1;
|
return -1;
|
||||||
});
|
});
|
||||||
|
|
||||||
GO();
|
// GO();
|
Loading…
Reference in New Issue
Block a user