Update webhook.js

This commit is contained in:
Danilo Melo 2022-10-18 17:39:54 -03:00 committed by GitHub
parent a17084f75d
commit 5b322aaa46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,9 +11,7 @@ class Webhook extends NotificationProvider {
try { try {
let data = { let data = {
heartbeat: heartbeatJSON, text: msg
monitor: monitorJSON,
msg,
}; };
let finalData; let finalData;
let config = {}; let config = {};