Adding a random debug message to see if what I think is happening is actually happening

This commit is contained in:
Bradley Bickford 2023-11-19 18:52:51 -05:00
parent 7c4b5c52f1
commit 113f6cbbd5

View File

@ -148,6 +148,7 @@ async function inCall(server_snowflake, channel_snowflake) {
if (rows.length == 0) {
return -1;
} else {
console.log("Made it here")
return rows[0].call_id
}
}).catch((error) => {