Test again brr
Some checks are pending
ptero-push / build (push) Waiting to run

This commit is contained in:
Christopher Cookman 2025-05-08 00:31:38 -06:00
parent 873b3ff6c9
commit 40964578c5

View file

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