Skip to content

Commit

Permalink
Rebasing with master, and renaming User to Author
Browse files Browse the repository at this point in the history
  • Loading branch information
atilag committed Jan 26, 2023
1 parent 5e74851 commit 82c012d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/commits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub struct Comment {
#[serde(skip_serializing_if = "Option::is_none")]
pub line: Option<u64>,
pub commit_id: String,
pub user: User,
pub user: Author,
pub created_at: chrono::DateTime<chrono::Utc>,
#[serde(skip_serializing_if = "Option::is_none")]
pub updated_at: Option<chrono::DateTime<chrono::Utc>>,
Expand Down

0 comments on commit 82c012d

Please sign in to comment.