diff --git a/index.js b/index.js index f67596f..34f5f70 100644 --- a/index.js +++ b/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();