Fixed errors

pull/4558/head
Simon Nilsson 2 months ago
parent 0e39ebe567
commit 9c66c46d51

@ -105,7 +105,6 @@ class Cellsynt extends NotificationProvider {
if (heartbeatJSON != null) {
data.params.text = msg.replace(/[^\x00-\x7F]/g, "");
}
let resp = await axios.post("https://se-1.cellsynt.net/sms.php", null, data);
if(resp.data == null || resp.data.includes("Error")) {
this.throwGeneralAxiosError(resp.data);

Loading…
Cancel
Save