h
This commit is contained in:
parent
46637ff420
commit
b7c5d3c599
2
index.js
2
index.js
|
@ -74,7 +74,7 @@ async function getPreviousDayData() {
|
|||
totalCallsThisMonth: callsThisMonth,
|
||||
totalCallsEverPlaced: callsTotal
|
||||
});
|
||||
console.log("Got stats:", stats);
|
||||
console.log("Got stats:", stats, "built from query results:", { callsYesterday, callsThisMonth, callsTotal });
|
||||
return stats;
|
||||
// return new Promise(async (resolve, reject) => {
|
||||
// const yesterday = getYesterday();
|
||||
|
|
Loading…
Reference in a new issue