mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 06:29:57 +08:00
Update server/notification-providers/dingding.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
@@ -23,8 +23,8 @@ class DingDing extends NotificationProvider {
|
||||
}
|
||||
} else {
|
||||
var params = {
|
||||
msgtype:"text",
|
||||
text:{
|
||||
msgtype: "text",
|
||||
text: {
|
||||
content:msg
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user