Skip to content

Commit

Permalink
refactor: ScheduleModel 불 필요한 필드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Dec 1, 2024
1 parent a4f06c5 commit 0403d47
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,6 @@ public ScheduleModel update(ScheduleModel requestModel) {
}

public String getFilterColor() {
//getFilterModel().getFilterId();
return scheduleRepository.findFilterColor(this.filterId);
}

public FilterModel getFilterModel(Long filterId) {
return filterModel.getFilterModel(filterId);
}

public MemberEntity getMemberModel(Long memberId) {
return memberModel.getMemberModel(memberId);
}

}

0 comments on commit 0403d47

Please sign in to comment.