Adding a random debug message to see if what I think is happening is actually happening
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user