Fix mattermost couldn't find channel issue

This commit is contained in:
Ananth Kamath
2022-02-13 21:17:02 +05:30
parent 986ddd92ff
commit 258d93be72
+1 -1
View File
@@ -20,7 +20,7 @@ class Mattermost extends NotificationProvider {
return okMsg;
}
const mattermostChannel = notification.mattermostchannel;
const mattermostChannel = notification.mattermostchannel.toLowerCase();
const mattermostIconEmoji = notification.mattermosticonemo;
const mattermostIconUrl = notification.mattermosticonurl;