Skip to content

Commit bb00ee1

Browse files
committed
Add user to comment
1 parent 999e18e commit bb00ee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scala/codecheck/github/models/Comment.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ import org.json4s.JValue
44

55
case class Comment(value: JValue) extends AbstractJson(value) {
66
def body = get("body")
7+
lazy val user = new User(value \ "user")
78
}
89

0 commit comments

Comments
 (0)