mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-25 04:55:55 +00:00
Update webhook.js
This commit is contained in:
parent
a17084f75d
commit
5b322aaa46
1 changed files with 1 additions and 3 deletions
|
@ -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 = {};
|
||||||
|
|
Loading…
Add table
Reference in a new issue