remove double spaces

This commit is contained in:
Gero Gerke
2021-10-05 21:40:59 +02:00
parent 99e8a33118
commit 34b86352f2
16 changed files with 16 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ class LunaSea extends NotificationProvider {
name = "lunasea";
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
let okMsg = "Sent Successfully. ";
let okMsg = "Sent Successfully.";
let lunaseadevice = "https://notify.lunasea.app/v1/custom/device/" + notification.lunaseaDevice
try {