Skip to content

Commit

Permalink
#162 [fix] : 이벤트 범위 수정 후 데이터가 즉시 반영되도록 하여 문제를 해결한다
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbang105 committed Jan 29, 2025
1 parent 51b3f0a commit 7b7f81c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/side/onetime/service/EventService.java
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ protected void updateEventRanges(Event event, List<Schedule> schedules, List<Str
createAndSaveDaySchedules(event, rangesToCreate, newStartTime, newEndTime);
}
}
scheduleRepository.flush();
}

/**
Expand Down

0 comments on commit 7b7f81c

Please sign in to comment.