Formatting fixes

This commit is contained in:
Frank Elsinga 2024-02-14 23:45:23 +01:00 committed by GitHub
parent cc000117ca
commit 1fdb7e48ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,9 +25,7 @@ class HeiiOnCall extends NotificationProvider {
Authorization: "Bearer " + notification.heiiOnCallApiKey,
},
};
const heiiUrl = `https://heiioncall.com/triggers/${notification.heiiOnCallTriggerId}/`;
// docs https://heiioncall.com/docs#manual-triggers
try {
if (!heartbeatJSON) {