Skip to content

Commit 2a02601

Browse files
updated app code
1 parent b3eb6ba commit 2a02601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content-gen/src/backend/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ async def handle_chat():
158158
payload = data.get("payload", {})
159159

160160
selected_products = data.get("selected_products", [])
161-
track_event_if_configured("Error_Chat_Message_Empty", {"conversation_id": conversation_id, "user_id": user_id})
161+
track_event_if_configured("Error_Chat_Message_Empty", {"conversation_id": conversation_id, "user_id": user_id})
162162
brief_data = data.get("brief", {})
163163

164164
track_event_if_configured("Chat_Request_Received", {"conversation_id": conversation_id, "user_id": user_id})

0 commit comments

Comments
 (0)