1
0
Fork 0

has_pull_request -> has_pull_requests

This commit is contained in:
Cyborus 2023-11-19 14:34:26 -05:00
parent 6d203a8e8c
commit 9f5a1982b5
No known key found for this signature in database

View file

@ -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,