Minor change to trigger pipeline
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -26,6 +26,6 @@ public class LogNotificationService implements NotificationService {
|
|||||||
t.getProject() != null ? t.getProject().getId() : "—",
|
t.getProject() != null ? t.getProject().getId() : "—",
|
||||||
t.getAssigneeSub() != null ? t.getAssigneeSub() : "—"))
|
t.getAssigneeSub() != null ? t.getAssigneeSub() : "—"))
|
||||||
.collect(Collectors.joining("; "));
|
.collect(Collectors.joining("; "));
|
||||||
log.info("[reminder] Tasks due tomorrow: {}", summary);
|
log.info("[reminder] Tasks due tomorrow: {} !", summary);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user