mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-17 09:05:56 +00:00
run eslint for discord enhancement
This commit is contained in:
parent
4469b3a19b
commit
2677f5dd87
1 changed files with 56 additions and 56 deletions
|
@ -124,7 +124,7 @@ class Notification {
|
||||||
await axios.post(notification.discordWebhookUrl, discorddowndata)
|
await axios.post(notification.discordWebhookUrl, discorddowndata)
|
||||||
return okMsg;
|
return okMsg;
|
||||||
|
|
||||||
} else if (heartbeatJSON["status"] == 1) {
|
} if (heartbeatJSON["status"] == 1) {
|
||||||
let discordupdata = {
|
let discordupdata = {
|
||||||
username: notification.discordUsername || "Uptime Kuma",
|
username: notification.discordUsername || "Uptime Kuma",
|
||||||
embeds: [{
|
embeds: [{
|
||||||
|
|
Loading…
Add table
Reference in a new issue