0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 15:22:41 +00:00

more heroku debug

This commit is contained in:
David Bolack
2024-03-06 13:41:58 -06:00
parent 8765bc800d
commit e639a32822

View File

@@ -90,6 +90,7 @@ const api = {
.catch((error)=>{throw 'Can not find brews';});
console.log(brews);
console.log(brews.length);
for await (const brew of brews) {
const foo = api.getBrew('themes', req=req, res=res, next=next);
const brewTheme = req.brew;