moar logs
This commit is contained in:
parent
d825a9f055
commit
f0e0254a41
2
index.js
2
index.js
|
@ -181,7 +181,9 @@ const generateExtensionListEmbed = async () => {
|
|||
|
||||
// Add extensions that weren't in the results to the inactive array
|
||||
rows.forEach(row => {
|
||||
console.log("2.2 foreach start")
|
||||
if (!uniqueExtensions.includes(row.cid_num)) {
|
||||
console.log(`2.3 pushing ${row.cid_num}`)
|
||||
inactive.push(row.cid_num);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue