This commit is contained in:
Christopher Cookman 2024-10-28 22:31:10 -06:00
parent 14ab76e5aa
commit 6c9c799a6b

View file

@ -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,