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,