Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
cob: Move clock out of `Issue`
Alexis Sellier committed 3 years ago
commit b22c152ed98b99f54442f5085ac0a0d0ef2ff87f
parent da4287258b132b17a476622ab5efbbdab0b6005d
1 file changed +1 -1
modified radicle-httpd/src/api/v1/projects.rs
@@ -328,7 +328,7 @@ async fn issues_handler(
        .all()?
        .into_iter()
        .filter_map(|r| r.ok())
-
        .map(|(id, issue)| {
+
        .map(|(id, issue, _)| {
            json!({
                "id": id,
                "author": issue.author(),