mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
more heroku debug
This commit is contained in:
@@ -162,6 +162,7 @@ const api = {
|
||||
|
||||
const userID = req?.account?.username && (accessType === 'edit') ? req.account.username : stub.authors[0];
|
||||
|
||||
console.log('Preparing to load user themes.');
|
||||
// Clean up brew: fill in missing fields with defaults / fix old invalid values
|
||||
const userThemes = accessType != 'themes' ? await api.getUsersBrewThemes(userID, id, req, res, next) : '';
|
||||
console('Made it past userThemes');
|
||||
|
||||
Reference in New Issue
Block a user