[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-01-28 10:38:52 +00:00
committed by GitHub
parent d5b0e3193a
commit ad382f1fe5
6 changed files with 4423 additions and 4431 deletions

View File

@@ -61,16 +61,8 @@ export const sendVolumeBackupNotifications = async ({
}); });
for (const notification of notificationList) { for (const notification of notificationList) {
const { const { email, resend, discord, telegram, slack, gotify, ntfy, pushover } =
email, notification;
resend,
discord,
telegram,
slack,
gotify,
ntfy,
pushover,
} = notification;
if (email || resend) { if (email || resend) {
const subject = `Volume Backup ${type === "success" ? "Successful" : "Failed"} - ${applicationName}`; const subject = `Volume Backup ${type === "success" ? "Successful" : "Failed"} - ${applicationName}`;