cusku::hooks:
Use IssueAttrs.numbers rather than Issue.number
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
5b5de13db0
commit
14d03272dd
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ impl From<FjIssueAction> for IssueAction {
|
|||
impl From<FjIssue> for Issue {
|
||||
fn from(other: FjIssue) -> Issue {
|
||||
Issue {
|
||||
id: other.number,
|
||||
id: other.issue.number as u64,
|
||||
action: Some(other.action.into()),
|
||||
title: other.issue.title,
|
||||
author: User {
|
||||
|
|
|
|||
Loading…
Reference in a new issue