actually it should be Option
al
This commit is contained in:
parent
b534e502d1
commit
315b69aee4
|
@ -133,7 +133,7 @@ pub struct Issue {
|
||||||
pub original_author: String,
|
pub original_author: String,
|
||||||
pub original_author_id: u64,
|
pub original_author_id: u64,
|
||||||
pub pin_order: u64,
|
pub pin_order: u64,
|
||||||
pub pull_request: PullRequestMeta,
|
pub pull_request: Option<PullRequestMeta>,
|
||||||
#[serde(rename = "ref")]
|
#[serde(rename = "ref")]
|
||||||
pub _ref: String,
|
pub _ref: String,
|
||||||
pub repository: RepositoryMeta,
|
pub repository: RepositoryMeta,
|
||||||
|
|
Loading…
Reference in a new issue