This commit is contained in:
parent
873b3ff6c9
commit
40964578c5
1
index.js
1
index.js
|
@ -412,6 +412,7 @@ const handleDiscord = function (data) {
|
||||||
}
|
}
|
||||||
if (!rows) return; // No channels to alert
|
if (!rows) return; // No channels to alert
|
||||||
rows.forEach(async (row) => {
|
rows.forEach(async (row) => {
|
||||||
|
console.log(row)
|
||||||
// Get Filters as arrays
|
// Get Filters as arrays
|
||||||
if (!row.filterEvt) row.filterEvt = "";
|
if (!row.filterEvt) row.filterEvt = "";
|
||||||
if (!row.filter) row.filter = "";
|
if (!row.filter) row.filter = "";
|
||||||
|
|
Loading…
Reference in a new issue