mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Update server/notification-providers/dingding.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
cae194f58f
commit
2d471a5e84
@ -23,8 +23,8 @@ class DingDing extends NotificationProvider {
|
||||
}
|
||||
} else {
|
||||
var params = {
|
||||
msgtype:"text",
|
||||
text:{
|
||||
msgtype: "text",
|
||||
text: {
|
||||
content:msg
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user