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

@@ -8,7 +8,7 @@ class Pushbullet extends NotificationProvider {
name = "pushbullet";
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
let okMsg = "Sent Successfully. ";
let okMsg = "Sent Successfully.";
try {
let pushbulletUrl = "https://api.pushbullet.com/v2/pushes";