diff --git a/apps/viewer/src/features/chat/helpers/continueBotFlow.ts b/apps/viewer/src/features/chat/helpers/continueBotFlow.ts index 0dbf1e658..63512124a 100644 --- a/apps/viewer/src/features/chat/helpers/continueBotFlow.ts +++ b/apps/viewer/src/features/chat/helpers/continueBotFlow.ts @@ -268,6 +268,19 @@ const getOutgoingEdgeId = const matchedItem = block.items.find( (item) => parseVariables(variables)(item.content) === reply ) + // TEMPORARY LOG + if (block.id === 'n62dzuz2ye73tivnjw7bnxd5') { + console.log( + 'Debug Safari bug:', + JSON.stringify({ + items: block.items.map((item) => + parseVariables(variables)(item.content) + ), + reply, + }) + ) + } + if (matchedItem?.outgoingEdgeId) return matchedItem.outgoingEdgeId } if (