spell things correctly

pull/4483/head
Humberto Evans 3 months ago
parent 71dd5e2369
commit f254940b64

@ -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);

Loading…
Cancel
Save