This commit is contained in:
Dominik Werder
2024-10-24 09:55:31 +02:00
parent 9a35e2f4fa
commit 1fd41ed513
13 changed files with 183 additions and 101 deletions

View File

@@ -251,7 +251,7 @@ pub async fn pre_binned_bytes_for_http(
node_config,
)
.await?
.map(|item| match item.make_frame() {
.map(|item| match item.make_frame________() {
Ok(item) => Ok(item.freeze()),
Err(e) => Err(e),
});