From 6c9c799a6b1d53a66f3e02cf9dbec61e4a624bc1 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 28 Oct 2024 22:31:10 -0600 Subject: [PATCH] Whoops 3 --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 7d57c93..e42db86 100644 --- a/index.js +++ b/index.js @@ -54,7 +54,8 @@ async function getPreviousDayData() { }); await connection.end(); - + console.log(callsMade) + console.log(recordForToday) return { "Calls Made": callsMade[0].call_count, "Record for Today of the Year": recordForToday[0].call_count,