mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
spell things correctly
This commit is contained in:
parent
71dd5e2369
commit
f254940b64
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue