Skip to content

Commit

Permalink
feat: FilterRequestConverter 내부 member 빌더 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Oct 14, 2024
1 parent 912f4e4 commit a5c69d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public FilterModel from(CreateFilterRequest source) {
//.filterId(source.getFilterId())
.filterName(source.getFilterName())
.filterColor(source.getFilterColor())
.member(source.getMember())
//.member(source.getMember())
.build();
}

Expand Down

0 comments on commit a5c69d2

Please sign in to comment.