This commit is contained in:
Christopher Cookman 2023-10-02 17:51:06 -06:00
parent 4f918f5a91
commit a704caee18
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -179,7 +179,7 @@ const generateExtensionListEmbed = async () => {
`); `);
console.log(`2.1 query end ${rows.length}`) console.log(`2.1 query end ${rows.length}`)
console.log(JSON.stringify(rows, null, 2))
// Add extensions that weren't in the results to the inactive array // Add extensions that weren't in the results to the inactive array
rows.forEach(row => { rows.forEach(row => {
console.log("2.2 foreach start") console.log("2.2 foreach start")