From a5fa1c10410d11d58585a6209f7746e74cb4ccb4 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Wed, 28 Jan 2026 22:29:38 -0800 Subject: [PATCH] Skip empty categories in menu API response Only include category headers that actually have items assigned to them, preventing empty categories from showing up in the app. Co-Authored-By: Claude Opus 4.5 --- api/menu/items.cfm | 52 ++++++++++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 22 deletions(-) diff --git a/api/menu/items.cfm b/api/menu/items.cfm index 64307f5..a431975 100644 --- a/api/menu/items.cfm +++ b/api/menu/items.cfm @@ -300,30 +300,38 @@ - + + + + + + + + + - - - - + + + +