From 9a280916013d31bd48250cb5204ec695d5509c52 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Mon, 9 Mar 2026 21:04:34 -0700 Subject: [PATCH] Handle struct types in item category and modifiers during merge Claude sometimes returns category or modifiers as objects instead of strings. Added isSimpleValue checks to prevent cast errors. Co-Authored-By: Claude Opus 4.6 --- api/setup/analyzeMenuImages.cfm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api/setup/analyzeMenuImages.cfm b/api/setup/analyzeMenuImages.cfm index f915094..8c53902 100644 --- a/api/setup/analyzeMenuImages.cfm +++ b/api/setup/analyzeMenuImages.cfm @@ -401,7 +401,8 @@ - + + @@ -412,7 +413,8 @@ - + +