Skip to content

Commit

Permalink
chore: 리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
Soundbar91 committed Jan 6, 2025
1 parent 7ce29fd commit 263439c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public List<TimetableFrameResponseV3> updateTimetableFrame(
TimetableFrame frame = timetableFrameRepositoryV3.getById(timetableFrameId);
validateTimetableFrameUpdate(frame, request.isMain());
cancelIfMainTimetable(userId, frame.getSemester().getId(), request.isMain());
frame.updateTimetableFrame(frame.getSemester(), request.timetableName(), request.isMain());
frame.updateTimetableFrame(frame.getSemester(), request.name(), request.isMain());

List<TimetableFrame> frames = timetableFrameRepositoryV3.findByUserAndSemester(frame.getUser(),
frame.getSemester());
Expand Down

0 comments on commit 263439c

Please sign in to comment.