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();
|
||||
|
||||
console.log(resultsObj);
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/* resultsQuery(function (a) {
|
||||
resultsQuery(function (a) {
|
||||
processData(a);
|
||||
|
||||
performCalcs();
|
||||
@ -467,10 +467,10 @@ function GO() {
|
||||
|
||||
console.log(resultsObj);
|
||||
|
||||
// sendEmail();
|
||||
sendEmail();
|
||||
|
||||
saveData();
|
||||
});*/
|
||||
});
|
||||
|
||||
});
|
||||
}
|
||||
@ -488,4 +488,4 @@ cron.schedule('1 00 18 * * 2,5', function(){
|
||||
return -1;
|
||||
});
|
||||
|
||||
GO();
|
||||
// GO();
|
Loading…
Reference in New Issue
Block a user