From e13a67acb3666bed1b2c410a219b1872b4aa9d4c Mon Sep 17 00:00:00 2001 From: czarek Date: Thu, 21 Nov 2024 23:33:45 +0100 Subject: [PATCH] add doc --- server/notification-providers/ceredsms.js | 3 +++ 1 file changed, 3 insertions(+) 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.";