This commit is contained in:
Stephen Papierski 2023-11-28 14:27:46 -07:00
parent e4a2f7890b
commit 763925b9b9
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -1641,7 +1641,6 @@ class Monitor extends BeanModel {
Monitor.sendSlowResponseNotification(monitor, bean, slowStats);
// Send notification every x times
} else if (this.slowResponseNotificationResendInterval > 0) {
if (((bean.slowResponseCount) % this.slowResponseNotificationResendInterval) === 0) {

View file

@ -62,7 +62,7 @@ class Slack extends NotificationProvider {
color = "#ffc107";
break;
case DOWN:
color = "#e01e5a"
color = "#e01e5a";
break;
default:
color = "#0dcaf0";