mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 18:29:32 +08:00
remove double spaces
This commit is contained in:
@@ -6,7 +6,7 @@ class Matrix extends NotificationProvider {
|
||||
name = "matrix";
|
||||
|
||||
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
|
||||
let okMsg = "Sent Successfully. ";
|
||||
let okMsg = "Sent Successfully.";
|
||||
|
||||
const size = 20;
|
||||
const randomString = Crypto
|
||||
|
Reference in New Issue
Block a user