From b7c5d3c59998e74bdebb188cd1431c5d51a74899 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 20 Sep 2025 20:42:49 +0200 Subject: [PATCH] h --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();