This commit is contained in:
Joscha 2023-08-12 02:33:08 +02:00
parent 9fc7c22ae8
commit dd45be98a5

View file

@ -172,6 +172,7 @@ async fn post_status(
}
let work = prepare_work(work, bench_repo)?;
// TODO Reserve this work
debug!("Received status update from {name}");
Ok(Json(ServerResponse { work, abort_work }).into_response())
}