mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-02 19:24:04 +00:00
Update server/notification-providers/dingding.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
cae194f58f
commit
2d471a5e84
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ class DingDing extends NotificationProvider {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
var params = {
|
var params = {
|
||||||
msgtype:"text",
|
msgtype: "text",
|
||||||
text:{
|
text: {
|
||||||
content:msg
|
content:msg
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue