Skip to content

Commit

Permalink
Update issues.rs (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Jun 12, 2024
1 parent 6331b24 commit 82fb59a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/issues.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ pub struct Comment {
pub body_text: Option<String>,
#[serde(skip_serializing_if = "Option::is_none")]
pub body_html: Option<String>,
pub author_association: AuthorAssociation,
pub user: Author,
pub created_at: chrono::DateTime<chrono::Utc>,
#[serde(skip_serializing_if = "Option::is_none")]
Expand Down

0 comments on commit 82fb59a

Please sign in to comment.