Skip to content

Commit 90fd9a2

Browse files
committed
CLAP-245 Feat: dto 필드명 수정
<footer> - 관련: #260
1 parent 26514d3 commit 90fd9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/clap/server/adapter/inbound/web/dto/history/response/FindTaskHistoryResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static record Details(
2424
) {}
2525

2626
public static record TaskDetails(
27-
String newValue
27+
String value
2828
) {}
2929

3030
public static record CommentDetails(

0 commit comments

Comments
 (0)