Skip to content

Commit 6439373

Browse files
author
extern-maksim-kuzmin1
committed
fix: removed unnecessary @PostConstruct
1 parent 3a73aef commit 6439373

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/whiskels/notifier/slack/reporter/impl/EmployeeEventReporterBeforeEvent.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public EmployeeEventReporterBeforeEvent(@Value("${slack.employee.webhook}") Stri
3737
this.daysBefore = daysBefore;
3838
}
3939

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

0 commit comments

Comments
 (0)