Skip to content

Commit

Permalink
[stream] pr merge 会出错 TencentBlueKing#9031
Browse files Browse the repository at this point in the history
  • Loading branch information
yongyiduan committed Jul 27, 2023
1 parent 06591fe commit bb785ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import com.fasterxml.jackson.annotation.JsonProperty
data class PullRequestFileResponse(
val additions: Int,
@JsonProperty("blob_url")
val blobUrl: String,
val blobUrl: String?,
val changes: Int,
@JsonProperty("contents_url")
val contentsUrl: String,
Expand Down

0 comments on commit bb785ba

Please sign in to comment.