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 999e18e commit bb00ee1Copy full SHA for bb00ee1
src/main/scala/codecheck/github/models/Comment.scala
@@ -4,5 +4,6 @@ import org.json4s.JValue
4
5
case class Comment(value: JValue) extends AbstractJson(value) {
6
def body = get("body")
7
+ lazy val user = new User(value \ "user")
8
}
9
0 commit comments