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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user