Skip to content

Commit

Permalink
fix: removed unnecessary @PostConstruct
Browse files Browse the repository at this point in the history
  • Loading branch information
extern-maksim-kuzmin1 committed Dec 1, 2023
1 parent 3a73aef commit 6439373
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public EmployeeEventReporterBeforeEvent(@Value("${slack.employee.webhook}") Stri
this.daysBefore = daysBefore;
}

@PostConstruct
@Scheduled(cron = "${slack.employee.before.cron:0 0 9 * * *}", zone = "${common.timezone}")
public void sendScheduled() {
prepareAndSend();
Expand Down

0 comments on commit 6439373

Please sign in to comment.