Adding a random debug message to see if what I think is happening is actually happening
This commit is contained in:
parent
7c4b5c52f1
commit
113f6cbbd5
@ -148,6 +148,7 @@ async function inCall(server_snowflake, channel_snowflake) {
|
|||||||
if (rows.length == 0) {
|
if (rows.length == 0) {
|
||||||
return -1;
|
return -1;
|
||||||
} else {
|
} else {
|
||||||
|
console.log("Made it here")
|
||||||
return rows[0].call_id
|
return rows[0].call_id
|
||||||
}
|
}
|
||||||
}).catch((error) => {
|
}).catch((error) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user