Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Use GraphQL for Pull Request Models. #1712

Merged
merged 19 commits into from
Jun 21, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
D'oh.
Don't do this. It makes all PRs get returned with the same number.
  • Loading branch information
grokys committed May 31, 2018
commit 5b2b013e46a30e375d72c49e1ef3448c27562c93
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public virtual async Task<PullRequestDetailModel> ReadPullRequestDetail(HostAddr
.Select(pr => new PullRequestDetailModel
{
Id = pr.Id.Value,
Number = number,
Number = pr.Number,
Author = new ActorModel
{
Login = pr.Author.Login,
Expand Down