Skip to content

Commit d175911

Browse files
committed
CLAP-153 Fix: 댓글 작성자 nickName으로 변수명 변경
1 parent 98f794e commit d175911

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,19 @@ public static record Details(
2323
CommentFileDetails commentFileDetails
2424
) {}
2525

26-
public static record ProcessorChanged(
27-
String processorName
28-
) {}
29-
30-
public static record TaskStatusSwitched(
31-
String taskStatus
32-
) {}
33-
3426
public static record TaskDetails(
3527
String newValue
3628
) {}
3729

3830
public static record CommentDetails(
39-
String name,
31+
String nickName,
4032
String profileImageUrl,
4133
boolean isModified,
4234
String comment
4335
) {}
4436

4537
public static record CommentFileDetails(
46-
String name,
38+
String nickName,
4739
String profileImageUrl,
4840
boolean isModified,
4941
String fileName,

0 commit comments

Comments
 (0)