Skip to content

Commit

Permalink
chore: todo 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
amaran-th committed Sep 25, 2023
1 parent c54469d commit d741a9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ public EventDetailResponse updateEvent(final Long eventId, final EventDetailRequ

final List<Tag> tags = findAllPersistTagsOrElseThrow(request.getTags());

// TODO: 2023/09/25 더 좋은 방법을 고민해보기
eventTagRepository.deleteAllByEventId(eventId);

final Event updatedEvent = event.updateEventContent(
request.getName(),
request.getLocation(),
Expand Down

0 comments on commit d741a9f

Please sign in to comment.