Skip to content

Commit

Permalink
fix: filter 생성 dto 내부 필드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Oct 11, 2024
1 parent 4cfe97d commit cded32b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
@NoArgsConstructor
@Builder(toBuilder = true)
public class CreateFilterRequest implements AbstractDto {
private Long filterId;
private String filterName;
private String filterColor;
}

0 comments on commit cded32b

Please sign in to comment.