fix lint issues

This commit is contained in:
Tobias Thiemann 2024-07-23 10:56:55 +02:00
parent 27266f60ba
commit 5332b3fc9b

View File

@ -179,7 +179,7 @@ class Teams extends NotificationProvider {
}
return payload;
}
};
/**
* Generate payload for notification
@ -295,8 +295,7 @@ class Teams extends NotificationProvider {
});
await this._sendNotification(notification.webhookUrl, payload);
}
else {
} else {
const payload = this._notificationPayloadFactoryLegacy({
monitorMessage: heartbeatJSON.msg,
monitorName: monitorJSON.name,