From 5f6cb95f525b52b70b6f336d556634035eda9dd5 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Fri, 20 Jun 2025 03:06:52 -0600 Subject: [PATCH] Removed unfinished code --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index c378c20..933d9ba 100644 --- a/index.js +++ b/index.js @@ -180,8 +180,6 @@ if (fs.existsSync("./import.json")) { insertData(); } -const findOrphans = async () => { // Find extensions that exist but don't have a linked Discord user - pool.query("SELECT id FROM asterisk.devices WHERE id NOT IN (SELECT extension FROM asterisk.discord_users)") // Startup require("./migrations")(pool).then(() => {