We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e52da5 commit df4264fCopy full SHA for df4264f
site/src/request_handlers/status_page.rs
@@ -34,9 +34,7 @@ pub async fn handle_status_page(ctxt: Arc<SiteCtxt>) -> status::Response {
34
};
35
36
let errors = if let Some(last) = &last_commit {
37
- ctxt.conn()
38
- .await
39
- .get_error(ArtifactId::from(last.clone()).lookup(&idx).unwrap())
+ conn.get_error(ArtifactId::from(last.clone()).lookup(&idx).unwrap())
40
.await
41
} else {
42
Default::default()
0 commit comments