Skip to content

Commit

Permalink
Added closed by field
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn authored Aug 1, 2024
1 parent a650f28 commit aa29fce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models/issues.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ pub struct Issue {
pub pull_request: Option<PullRequestLink>,
#[serde(skip_serializing_if = "Option::is_none")]
pub closed_at: Option<chrono::DateTime<chrono::Utc>>,
#[serde(skip_serializing_if = "Option::is_none")]
pub closed_by: Option<Author>,
pub created_at: chrono::DateTime<chrono::Utc>,
pub updated_at: chrono::DateTime<chrono::Utc>,
}
Expand Down

0 comments on commit aa29fce

Please sign in to comment.