Skip to content

Commit

Permalink
bug :: dto 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Aug 1, 2024
1 parent 14532af commit de89f18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ data class Modification(
)

data class Stage(
val result: String,
val result: String? = null,
val status: String,
@JsonProperty("rerun_of_counter")
val rerunOfCounter: Any?,
Expand Down

0 comments on commit de89f18

Please sign in to comment.