From d773f850292db97b11beacdf8d6c13f2b967e4cc Mon Sep 17 00:00:00 2001 From: dal Date: Wed, 5 Mar 2025 13:36:02 -0700 Subject: [PATCH] stream fix on the double file response --- api/libs/handlers/src/chats/post_chat_handler.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/libs/handlers/src/chats/post_chat_handler.rs b/api/libs/handlers/src/chats/post_chat_handler.rs index 7e5e032b3..84b20afd1 100644 --- a/api/libs/handlers/src/chats/post_chat_handler.rs +++ b/api/libs/handlers/src/chats/post_chat_handler.rs @@ -780,9 +780,6 @@ pub async fn transform_message( ))) .await; } - - // Add to containers so it gets saved to the database - containers.push(file_container); } } }