Fixed errors

pull/4625/head
Simon Nilsson 2 months ago
parent b908a3f797
commit 4226ef5a8f

@ -106,7 +106,7 @@ class Cellsynt extends NotificationProvider {
const resp = await axios.post("https://se-1.cellsynt.net/sms.php", null, data);
if (resp.data == null || resp.data.includes("Error")) {
throw new Error(resp.data);
}else{
} else {
return okMsg;
}
} catch (error) {

@ -57,7 +57,6 @@ const ServerChan = require("./notification-providers/serverchan");
const ZohoCliq = require("./notification-providers/zoho-cliq");
const GtxMessaging = require("./notification-providers/gtx-messaging");
const Cellsynt = require("./notification-providers/cellsynt");
class Notification {
providerList = {};

Loading…
Cancel
Save