cusku::hooks:
Add url to be displayed
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
14d03272dd
commit
12330e736d
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ impl From<FjIssue> for Issue {
|
||||||
repository: Repository {
|
repository: Repository {
|
||||||
name: other.repository.name,
|
name: other.repository.name,
|
||||||
},
|
},
|
||||||
url: None,
|
url: Some(other.issue.html_url),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue