mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-17 16:42:41 +00:00
more heroku debug
This commit is contained in:
@@ -90,6 +90,7 @@ const api = {
|
|||||||
.catch((error)=>{throw 'Can not find brews';});
|
.catch((error)=>{throw 'Can not find brews';});
|
||||||
|
|
||||||
console.log(brews);
|
console.log(brews);
|
||||||
|
console.log(brews.length);
|
||||||
for await (const brew of brews) {
|
for await (const brew of brews) {
|
||||||
const foo = api.getBrew('themes', req=req, res=res, next=next);
|
const foo = api.getBrew('themes', req=req, res=res, next=next);
|
||||||
const brewTheme = req.brew;
|
const brewTheme = req.brew;
|
||||||
|
|||||||
Reference in New Issue
Block a user