Apply suggestions from code review, fix style

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
ColdThunder11 2022-02-02 21:37:09 +08:00 committed by Louis Lam
parent 4656ab3d57
commit bd9df09f87
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@ class OneBot extends NotificationProvider {
let config = {
headers: {
"Content-Type": "application/json",
"Authorization": "Bearer " + notification.accessToken
"Authorization": "Bearer " + notification.accessToken,
}
};
let psuhText = "UptimeKuma Alert: " + msg;
let data = {
"auto_escape": true,
"message": psuhText
"message": psuhText,
};
if (notification.msgType == "group") {
data["message_type"] = "group";