Skip to content

Commit

Permalink
fix: 볼륨 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Aug 30, 2024
1 parent 1e0c406 commit 3bb4505
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ public class RetrospectScheduler {
public void updateRetrospectStatusToDone() {
LocalDateTime now = time.now();
retrospectRepository.updateRetrospectStatus(now);
log.info("");

log.info("");

List<Retrospect> retrospects = retrospectRepository.findAllByDeadlineAfterAndRetrospectStatus(
now, RetrospectStatus.PROCEEDING);
Expand Down

0 comments on commit 3bb4505

Please sign in to comment.