We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb0ca3 commit 8a90d10Copy full SHA for 8a90d10
src/main/scala/codecheck/github/models/PullRequest.scala
@@ -43,7 +43,7 @@ case class PullRequestRef(value: JValue) extends AbstractJson(value) {
43
def ref = get("ref")
44
def sha = get("sha")
45
lazy val user = User(value \ "user")
46
- lazy val repo = Repository(value \ "head")
+ lazy val repo = Repository(value \ "repo")
47
}
48
49
case class PullRequest(value: JValue) extends AbstractJson(value) {
0 commit comments