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 = "";