Skip to content

Commit

Permalink
[Refactor] service 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyunio committed May 22, 2024
1 parent 6b0e4f3 commit e50a2af
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ public List<CategoryDTO> getCategory(Long memberId) {
return getCategoryDTO;
}

public List<CategoryColor> getCategoryColor() {

}

public void updateCategory(Long categoryId, CategoryDTO categoryDTO) {
Category category = categoryRepository.findById(categoryId).get();
category.updateCategory(categoryDTO);
Expand Down

0 comments on commit e50a2af

Please sign in to comment.