Skip to content

Commit

Permalink
refactor: #27 필드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
dyk-im committed Nov 13, 2024
1 parent 3da0541 commit d3a28f1
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 d3a28f1

Please sign in to comment.