Skip to content

Commit

Permalink
[FIX] 요일 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Oct 28, 2023
1 parent 1e6b8a9 commit c6cf436
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class ScheduleController {

private final LectureService lectureService;

@Scheduled(cron = "0 0 0 ? * 7")
@Scheduled(cron = "0 0 0 ? * SUN")
public void endLecture() {
lectureService.finishLecture();
}
Expand Down

0 comments on commit c6cf436

Please sign in to comment.