Solved more reviews comments

pull/4625/head
Simon Nilsson 2 months ago
parent 502d10eeac
commit 20f20cc083

@ -9,7 +9,7 @@ class Cellsynt extends NotificationProvider {
*/ */
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) { async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
const okMsg = "Sent Successfully."; const okMsg = "Sent Successfully.";
let data = { const data = {
// docs at https://www.cellsynt.com/en/sms/api-integration // docs at https://www.cellsynt.com/en/sms/api-integration
params: { params: {
"username": notification.cellsyntLogin, "username": notification.cellsyntLogin,

@ -130,7 +130,7 @@ class Notification {
new GoAlert(), new GoAlert(),
new ZohoCliq(), new ZohoCliq(),
new GtxMessaging(), new GtxMessaging(),
new Cellsynt() new Cellsynt(),
]; ];
for (let item of list) { for (let item of list) {
if (! item.name) { if (! item.name) {

@ -117,7 +117,7 @@ const NotificationFormList = {
"ServerChan": ServerChan, "ServerChan": ServerChan,
"ZohoCliq": ZohoCliq, "ZohoCliq": ZohoCliq,
"gtxmessaging": GtxMessaging, "gtxmessaging": GtxMessaging,
"Cellsynt": Cellsynt "Cellsynt": Cellsynt,
}; };
export default NotificationFormList; export default NotificationFormList;

Loading…
Cancel
Save