diff --git a/src/hooks/forgejo.rs b/src/hooks/forgejo.rs index 4929411..2978dac 100644 --- a/src/hooks/forgejo.rs +++ b/src/hooks/forgejo.rs @@ -30,7 +30,7 @@ impl From for IssueAction { impl From 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 {