From 0dbf6453ac124e08dbfc488c54d98477969441d6 Mon Sep 17 00:00:00 2001 From: David Bolack Date: Wed, 6 Mar 2024 13:04:03 -0600 Subject: [PATCH] more heroku debug --- server/homebrew.api.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/homebrew.api.js b/server/homebrew.api.js index a924214e6..78fc1b810 100644 --- a/server/homebrew.api.js +++ b/server/homebrew.api.js @@ -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');