email date update

This commit is contained in:
Filip Izydorczyk 2020-12-21 17:34:03 +01:00
parent e18f285dd6
commit 7584f3600f
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 30 17 * * *")
@Scheduled(cron = "0 45 17 * * *")
public void testMail() {
this.emailService.sendMail("kaczor982@gmail.com", "Cześć. Jestem Tomek.");
}