Skip to content

Commit 7cbb939

Browse files
author
Volodymyr Chernyshov
committed
Make user nullable
1 parent 4825610 commit 7cbb939

File tree

1 file changed

+1
-1
lines changed
  • danger-kotlin-library/src/main/kotlin/systems/danger/kotlin/models/bitbucket

1 file changed

+1
-1
lines changed

danger-kotlin-library/src/main/kotlin/systems/danger/kotlin/models/bitbucket/BitBucketCloud.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ data class BitBucketCloud(
3232
@SerialName("updated_on")
3333
val updatedOn: Instant,
3434
val deleted: Boolean,
35-
val user: User,
35+
val user: User? = null,
3636
)
3737

3838
@Serializable

0 commit comments

Comments
 (0)