Skip to content

Commit 3dc5bf0

Browse files
committed
Improve variable name
1 parent 62f6c11 commit 3dc5bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/codacy/client/bitbucket/PullRequest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ case class PullRequest(id: Long, title: String, description: String,
88
authorUsername: Option[String], authorAvatar: Option[String], state: String, created_on: DateTime, updated_on: DateTime,
99
sourceRepository: String, sourceBranch: String, sourceCommit: String,
1010
destRepository: String, destBranch: String, destCommit: Option[String],
11-
apiUrls: Seq[ApiUrl], authorId: Option[String] = None) {
11+
apiUrls: Seq[ApiUrl], authorUUID: Option[String] = None) {
1212
val url = s"https://bitbucket.org/$destRepository/pull-request/$id"
1313
}
1414

0 commit comments

Comments
 (0)