Skip to content

Commit

Permalink
Merge pull request #28 from Leets-Official/fix/#27/게시글-좋아요-댓글-좋아요-res…
Browse files Browse the repository at this point in the history
…ponse-필드-수정

[fix] 필요없는 필드 변수 제거
  • Loading branch information
dyk-im authored Nov 13, 2024
2 parents 3da0541 + d3a28f1 commit b277564
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
@NoArgsConstructor
public class ArticleLikeResponseDto {
private UUID articleId;
private Long userId;
private DeletedStatus status;

@Builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
@NoArgsConstructor
public class CommentLikeResponseDto {
private UUID commentId;
private Long userId;
private DeletedStatus status;

@Builder
Expand Down

0 comments on commit b277564

Please sign in to comment.