email date update

This commit is contained in:
Filip Izydorczyk 2020-12-21 17:58:11 +01:00
parent 64447b61c8
commit 7f630ccdac
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class EventService {
System.out.println("Checking for groups");
}
@Scheduled(cron = "0 55 17 * * *")
@Scheduled(cron = "0 5 18 * * *")
public void testMail() {
this.emailService.sendMail("kaczor982@gmail.com", "Cześć. Jestem Tomek.");
}