diff --git a/server/notification-providers/ceredsms.js b/server/notification-providers/ceredsms.js index 203d92dcc..3823cf0e2 100644 --- a/server/notification-providers/ceredsms.js +++ b/server/notification-providers/ceredsms.js @@ -5,6 +5,9 @@ class CeredSMS extends NotificationProvider { name = "ceredsms"; + /** + * @inheritdoc + */ async send(notification, msg, monitorJSON = null, heartbeatJSON = null) { let okMsg = "Sent Successfully.";