mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 03:42:38 +00:00
more heroku debug
This commit is contained in:
@@ -89,7 +89,7 @@ const api = {
|
|||||||
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;
|
||||||
console.log(`Looking at themes.`);
|
console.log(`Looking at themes.`);
|
||||||
console.log(brewTheme);
|
console.log(foo);
|
||||||
console.log(`Looked at themes.`);
|
console.log(`Looked at themes.`);
|
||||||
if(brewTheme) {
|
if(brewTheme) {
|
||||||
splitTextStyleAndMetadata(brewTheme);
|
splitTextStyleAndMetadata(brewTheme);
|
||||||
|
|||||||
Reference in New Issue
Block a user