Whoops 3
This commit is contained in:
parent
14ab76e5aa
commit
6c9c799a6b
3
index.js
3
index.js
|
@ -54,7 +54,8 @@ async function getPreviousDayData() {
|
||||||
});
|
});
|
||||||
|
|
||||||
await connection.end();
|
await connection.end();
|
||||||
|
console.log(callsMade)
|
||||||
|
console.log(recordForToday)
|
||||||
return {
|
return {
|
||||||
"Calls Made": callsMade[0].call_count,
|
"Calls Made": callsMade[0].call_count,
|
||||||
"Record for Today of the Year": recordForToday[0].call_count,
|
"Record for Today of the Year": recordForToday[0].call_count,
|
||||||
|
|
Loading…
Reference in a new issue