moar logs

This commit is contained in:
Christopher Cookman 2023-10-02 17:47:58 -06:00
parent d825a9f055
commit f0e0254a41
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -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);
}
});