[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-03-24 07:30:51 +00:00
committed by GitHub
parent 5ea2ee5dcd
commit 4941a80b50
3 changed files with 21 additions and 6 deletions

View File

@@ -51,8 +51,16 @@ export const sendServerThresholdNotifications = async (
const typeColor = 0xff0000; // Rojo para indicar alerta
for (const notification of notificationList) {
const { discord, telegram, slack, mattermost, custom, lark, pushover, teams } =
notification;
const {
discord,
telegram,
slack,
mattermost,
custom,
lark,
pushover,
teams,
} = notification;
try {
if (discord) {