Skip to content

Commit

Permalink
fix: 클라대응 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
paragon0107 committed Jan 24, 2025
1 parent e05f8db commit 4222228
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,6 @@ private void updateOrDeleteTag(final Schedule schedule, final long tagId) {
} else if (scheduleTag.getTagId() != tagId) {
scheduleTag.updateTag(tagId, scheduleTag.getUpdatedAt());
scheduleTagRepository.update(scheduleTag);
} else {
throw new IllegalArgumentException("예상치 못한 오류 발생"); //Todo 커스텀 오류 변경 예정
}
}

Expand Down

0 comments on commit 4222228

Please sign in to comment.