parent
13c17267b9
commit
70427daed2
1 changed files with 0 additions and 2 deletions
|
@ -75,7 +75,6 @@ pub struct CommitDetails {
|
||||||
pub message: String,
|
pub message: String,
|
||||||
pub parsed_message: ParsedMarkdown,
|
pub parsed_message: ParsedMarkdown,
|
||||||
pub permalink: Option<Url>,
|
pub permalink: Option<Url>,
|
||||||
pub avatar_url: Option<Url>,
|
|
||||||
pub remote: Option<GitRemote>,
|
pub remote: Option<GitRemote>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -446,7 +445,6 @@ async fn parse_commit_messages(
|
||||||
parsed_message,
|
parsed_message,
|
||||||
permalink,
|
permalink,
|
||||||
remote,
|
remote,
|
||||||
avatar_url: None,
|
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue