Skip to content

Commit

Permalink
release: 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Feb 16, 2024
1 parent ae5bc0e commit b210c72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void alertEndMeeting() {
));
}

@Scheduled(cron = EVERY_ONE_MINUTES)
// @Scheduled(cron = EVERY_ONE_MINUTES)
public void alertEndMeetingForQa() {
var today = LocalDateTime.now(ZoneId.of(KR_TIME_ZONE))
.withNano(0)
Expand Down

0 comments on commit b210c72

Please sign in to comment.