Add todo
This commit is contained in:
parent
9fc7c22ae8
commit
dd45be98a5
1 changed files with 1 additions and 0 deletions
|
|
@ -172,6 +172,7 @@ async fn post_status(
|
||||||
}
|
}
|
||||||
|
|
||||||
let work = prepare_work(work, bench_repo)?;
|
let work = prepare_work(work, bench_repo)?;
|
||||||
|
// TODO Reserve this work
|
||||||
debug!("Received status update from {name}");
|
debug!("Received status update from {name}");
|
||||||
Ok(Json(ServerResponse { work, abort_work }).into_response())
|
Ok(Json(ServerResponse { work, abort_work }).into_response())
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue