has_pull_request
-> has_pull_requests
This commit is contained in:
parent
6d203a8e8c
commit
9f5a1982b5
|
@ -245,7 +245,7 @@ pub struct Repository {
|
|||
pub has_issues: bool,
|
||||
pub has_packages: bool,
|
||||
pub has_projects: bool,
|
||||
pub has_pull_request: bool,
|
||||
pub has_pull_requests: bool,
|
||||
pub has_releases: bool,
|
||||
pub has_wiki: bool,
|
||||
pub html_url: Url,
|
||||
|
|
Loading…
Reference in a new issue