From 40964578c555b447b54b4cc0341a0c9cc0936a49 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 8 May 2025 00:31:38 -0600 Subject: [PATCH] Test again brr --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index b38cead..65f393f 100644 --- a/index.js +++ b/index.js @@ -412,6 +412,7 @@ const handleDiscord = function (data) { } if (!rows) return; // No channels to alert rows.forEach(async (row) => { + console.log(row) // Get Filters as arrays if (!row.filterEvt) row.filterEvt = ""; if (!row.filter) row.filter = "";