Skip to content

Commit

Permalink
spell things correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
hevans66 committed Feb 13, 2024
1 parent 71dd5e2 commit f254940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/notification-providers/heii-oncall.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f254940

Please sign in to comment.