code cleanup

pull/4481/head
Christoph Fichtmüller 3 months ago
parent b29cf1e90d
commit 24e2491933
No known key found for this signature in database
GPG Key ID: 40D6EF825FF2FA44

@ -10,8 +10,6 @@ class GtxMessaging extends NotificationProvider {
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
const okMsg = "Sent Successfully.";
const from = notification.gtxMessagingFrom.trim();
const to = notification.gtxMessagingTo.trim();
// The UP/DOWN symbols will be replaced with `???` by gtx-messaging
const text = msg.replaceAll("🔴 ", "").replaceAll("✅ ", "");

Loading…
Cancel
Save