Changes 'Mention Channel' -> 'Notify Channel'

- Updates variable names
- Updates any Slack mention references
This commit is contained in:
duane
2023-06-01 08:23:13 -05:00
parent 376d84c742
commit 9a8bea5761
3 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ class Slack extends NotificationProvider {
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
let okMsg = "Sent Successfully.";
if (notification.slackchannelmention) {
if (notification.slackchannelnotify) {
msg += " <!channel>";
}