mirror of https://github.com/buster-so/buster.git
stream fix on the double file response
This commit is contained in:
parent
bba0e30b67
commit
d773f85029
|
@ -780,9 +780,6 @@ pub async fn transform_message(
|
|||
)))
|
||||
.await;
|
||||
}
|
||||
|
||||
// Add to containers so it gets saved to the database
|
||||
containers.push(file_container);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue