Skip to content

Commit b277564

Browse files
authored
Merge pull request #28 from Leets-Official/fix/#27/게시글-좋아요-댓글-좋아요-response-필드-수정
[fix] 필요없는 필드 변수 제거
2 parents 3da0541 + d3a28f1 commit b277564

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/java/com/leets/xcellentbe/domain/articleLike/dto/ArticleLikeResponseDto.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
@NoArgsConstructor
1414
public class ArticleLikeResponseDto {
1515
private UUID articleId;
16-
private Long userId;
1716
private DeletedStatus status;
1817

1918
@Builder

src/main/java/com/leets/xcellentbe/domain/commentLike/dto/CommentLikeResponseDto.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
@NoArgsConstructor
1414
public class CommentLikeResponseDto {
1515
private UUID commentId;
16-
private Long userId;
1716
private DeletedStatus status;
1817

1918
@Builder

0 commit comments

Comments
 (0)