Merge pull request 'actually it should be Option
al' (#13) from fix-issue-pr-field-again into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/13
This commit is contained in:
commit
8de5493dad
|
@ -133,7 +133,7 @@ pub struct Issue {
|
|||
pub original_author: String,
|
||||
pub original_author_id: u64,
|
||||
pub pin_order: u64,
|
||||
pub pull_request: PullRequestMeta,
|
||||
pub pull_request: Option<PullRequestMeta>,
|
||||
#[serde(rename = "ref")]
|
||||
pub _ref: String,
|
||||
pub repository: RepositoryMeta,
|
||||
|
|
Loading…
Reference in a new issue