Commit 1cd4626e authored by Joe's avatar Joe

rockback error submit

parent 9be88ca6
......@@ -127,7 +127,7 @@ var j = schedule.scheduleJob('30 30 0 1 * *', function () {
if (err)
return console.error('error running monthly scheduleJob', err);
else
pool.query('select q($1, $2)', [lower_limit, higher_limit], (err, result) => {
pool.query('select collect_win_lose_rate($1, $2)', [lower_limit, higher_limit], (err, result) => {
if (err) console.error('error running monthly scheduleJob', err);
});
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment