Minor change to trigger pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Urban Modig
2025-10-08 17:31:57 +02:00
parent d09ff96bec
commit 54b70d9494

View File

@ -26,6 +26,6 @@ public class LogNotificationService implements NotificationService {
t.getProject() != null ? t.getProject().getId() : "",
t.getAssigneeSub() != null ? t.getAssigneeSub() : ""))
.collect(Collectors.joining("; "));
log.info("[reminder] Tasks due tomorrow: {}", summary);
log.info("[reminder] Tasks due tomorrow: {} !", summary);
}
}