Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -53,7 +53,7 @@ impl flux_releaser_server::FluxReleaser for FluxReleaserGrpc {
|
||||
tracing::trace!("received chunk");
|
||||
let item = item?;
|
||||
|
||||
file.write_all(&item.content).await?;
|
||||
let _ = file.write(&item.content).await?;
|
||||
}
|
||||
|
||||
file.flush().await?;
|
||||
|
Reference in New Issue
Block a user