From d3c57f6bbaf384c6cea5eeff0ad9d7626a6e04cf Mon Sep 17 00:00:00 2001 From: andersonid Date: Thu, 2 Oct 2025 08:27:34 -0300 Subject: [PATCH] Add debug log to updateSmartRecommendations --- app/static/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/static/index.html b/app/static/index.html index f174506..e744d94 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -1470,6 +1470,7 @@ // Update smart recommendations function updateSmartRecommendations(data) { + console.log('updateSmartRecommendations called with data:', data); const content = document.getElementById('smartRecommendationsContent'); if (!data || !data.recommendations) {