From 2d471a5e8461275c3c2c15c8cf0f8fc306e70c76 Mon Sep 17 00:00:00 2001 From: xJoker Date: Thu, 14 Oct 2021 07:34:33 +0800 Subject: [PATCH] Update server/notification-providers/dingding.js Co-authored-by: Adam Stachowicz --- server/notification-providers/dingding.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/notification-providers/dingding.js b/server/notification-providers/dingding.js index 5fd21c4..ef348e2 100644 --- a/server/notification-providers/dingding.js +++ b/server/notification-providers/dingding.js @@ -23,8 +23,8 @@ class DingDing extends NotificationProvider { } } else { var params = { - msgtype:"text", - text:{ + msgtype: "text", + text: { content:msg } };