Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue of nil htmlURL #74

Conversation

stephenyao
Copy link

The htmlURL of a pull request was always nil due to the incorrect mapping of the Codable conformance of the PullRequest object.

The JSON response always returned the attribute as html_url, but this was never mapped in the PullRequest object.

@pietbrauer pietbrauer merged commit 21a2b6a into nerdishbynature:master Jan 24, 2019
@pietbrauer
Copy link
Member

Thanks a lot!

@stephenyao stephenyao deleted the bugfix/nil-html-url-on-pull-request branch July 20, 2019 13:10
tngranados pushed a commit to tngranados/octokit.swift that referenced this pull request Jul 13, 2022
…-url-on-pull-request

Fixed issue of nil htmlURL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants