Skip to content

Commit 8bd1f88

Browse files
committed
feat(alert-detail): update alert detail link and improve timestamp filter logic
1 parent fb144eb commit 8bd1f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/com/park/utmstack/service/impl/UtmAlertServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public void checkForNewAlerts() {
115115
}
116116

117117
String[] addressToNotify = emails.replace(" ", "").split(",");
118-
// mailService.sendAlertEmail(Arrays.asList(addressToNotify), alert, alert.getEvents());
118+
mailService.sendAlertEmail(Arrays.asList(addressToNotify), alert, alert.getEvents());
119119
}
120120

121121
alertResponseRuleService.evaluateRules(alerts);

0 commit comments

Comments
 (0)