diff --git a/server/notification-providers/cellsynt.js b/server/notification-providers/cellsynt.js index 10299bc4..766ad29b 100644 --- a/server/notification-providers/cellsynt.js +++ b/server/notification-providers/cellsynt.js @@ -11,9 +11,7 @@ class Cellsynt extends NotificationProvider { const okMsg = "Sent Successfully."; let data = { - /** - * You can find more information about the API here: https://www.cellsynt.com/en/sms/api-integration - */ + // docs at https://www.cellsynt.com/en/sms/api-integration params: { "username": notification.cellsyntLogin, "password": notification.cellsyntPassword,