0
0
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:
David Bolack
2024-03-06 13:04:03 -06:00
parent 695324832c
commit 0dbf6453ac

View File

@@ -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');