0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

more heroku debug

This commit is contained in:
David Bolack
2024-03-06 13:59:36 -06:00
parent 870cbc103d
commit e2ba0ec059

View File

@@ -89,7 +89,7 @@ const api = {
const foo = api.getBrew('themes', req=req, res=res, next=next);
const brewTheme = req.brew;
console.log(`Looking at themes.`);
console.log(brewTheme);
console.log(foo);
console.log(`Looked at themes.`);
if(brewTheme) {
splitTextStyleAndMetadata(brewTheme);