mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
Formatting fixes
This commit is contained in:
parent
cc000117ca
commit
1fdb7e48ed
1 changed files with 1 additions and 3 deletions
|
@ -25,9 +25,7 @@ class HeiiOnCall extends NotificationProvider {
|
||||||
Authorization: "Bearer " + notification.heiiOnCallApiKey,
|
Authorization: "Bearer " + notification.heiiOnCallApiKey,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const heiiUrl = `https://heiioncall.com/triggers/${notification.heiiOnCallTriggerId}/`;
|
const heiiUrl = `https://heiioncall.com/triggers/${notification.heiiOnCallTriggerId}/`;
|
||||||
|
|
||||||
// docs https://heiioncall.com/docs#manual-triggers
|
// docs https://heiioncall.com/docs#manual-triggers
|
||||||
try {
|
try {
|
||||||
if (!heartbeatJSON) {
|
if (!heartbeatJSON) {
|
||||||
|
|
Loading…
Reference in a new issue