stream fix on the double file response

This commit is contained in:
dal 2025-03-05 13:36:02 -07:00
parent bba0e30b67
commit d773f85029
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 0 additions and 3 deletions

View File

@ -780,9 +780,6 @@ pub async fn transform_message(
)))
.await;
}
// Add to containers so it gets saved to the database
containers.push(file_container);
}
}
}