From 08a0a6d2516b1300f3165b0b2e8f5f0b04bead06 Mon Sep 17 00:00:00 2001 From: Simon Nilsson Date: Wed, 27 Mar 2024 23:52:34 +0100 Subject: [PATCH] Update server/notification-providers/cellsynt.js Co-authored-by: Frank Elsinga --- server/notification-providers/cellsynt.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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,