Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Oct 13, 2023
1 parent aa9f95a commit feebaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitup/src/mode/mock/rest/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ pub async fn start_rest_server(context: ContextLock) -> Result<(), Error> {
.and(with_context.clone())
.map(move |context: ContextLock| {
context.lock().unwrap().log("get_block0");
Ok(context.lock().unwrap().block0_bin())
context.lock().unwrap().block0_bin()
})
.with(warp::reply::with::headers(default_headers.clone()));

Expand Down

0 comments on commit feebaeb

Please sign in to comment.