From 113f6cbbd551ab1e99fcd2107234e1aea04a6285 Mon Sep 17 00:00:00 2001 From: Bradley Bickford Date: Sun, 19 Nov 2023 18:52:51 -0500 Subject: [PATCH] Adding a random debug message to see if what I think is happening is actually happening --- utilities/sqlutil.js | 1 + 1 file changed, 1 insertion(+) diff --git a/utilities/sqlutil.js b/utilities/sqlutil.js index 073f7eb..28df1f0 100644 --- a/utilities/sqlutil.js +++ b/utilities/sqlutil.js @@ -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) => {