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 371715a commit 24b1609Copy full SHA for 24b1609
src/main/scala/com/codacy/client/bitbucket/PullRequest.scala
@@ -48,7 +48,7 @@ object PullRequest {
48
(__ \ "title").read[String] and
49
(__ \ "description").read[String] and
50
(__ \ "author" \ "username").read[String] and
51
- (__ \ "author" \ "links" \ "avatar").read[Option[String]] and
+ (__ \ "author" \ "links" \ "avatar" \ "href").read[Option[String]] and
52
(__ \ "state").read[String] and
53
(__ \ "created_on").read[DateTime] and
54
(__ \ "updated_on").read[DateTime] and
0 commit comments