From f254940b64430902e5f4c196687056be9eaf7553 Mon Sep 17 00:00:00 2001 From: Humberto Evans Date: Mon, 12 Feb 2024 18:01:06 -0800 Subject: [PATCH] spell things correctly --- server/notification-providers/heii-oncall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/notification-providers/heii-oncall.js b/server/notification-providers/heii-oncall.js index 7e6bec20..f31bc4ac 100644 --- a/server/notification-providers/heii-oncall.js +++ b/server/notification-providers/heii-oncall.js @@ -16,7 +16,7 @@ class HeiiOnCall extends NotificationProvider { // Payload to Heii On-Call is the entire heartbat JSON const payload = heartbeatJSON ? heartbeatJSON : {}; - // If we can, add url back to mintor to payload + // If we can, add url back to monitor to payload const baseURL = await setting("primaryBaseURL"); if (baseURL && monitorJSON) { payload["url"] = baseURL + getMonitorRelativeURL(monitorJSON.id);