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

@@ -6,7 +6,7 @@ class Pushover extends NotificationProvider {
name = "pushover";
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
let okMsg = "Sent Successfully. ";
let okMsg = "Sent Successfully.";
let pushoverlink = "https://api.pushover.net/1/messages.json"
try {