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 Discord extends NotificationProvider {
name = "discord";
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
let okMsg = "Sent Successfully. ";
let okMsg = "Sent Successfully.";
try {
const discordDisplayName = notification.discordUsername || "Uptime Kuma";