Skip to content

field 'author' and 'committer' of type 'RepoCommitPage' are wrong #635

Description

@havontuur

The fields 'author' and 'committer' should be of type 'CommitAuthor' instead of 'GitUserTime'.

pub struct RepoCommitPage {
pub url: Url,
pub author: Option<CommitAuthor>,
pub committer: Option<CommitAuthor>,
pub message: String,
pub comment_count: u64,
pub tree: CommitObject,

#[serde(skip_serializing_if = "Option::is_none")]
pub verification: Option<Verification>,

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions