[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-01-24 18:15:23 +00:00
committed by GitHub
parent 57eee45dbb
commit 6271f3bb1a
5 changed files with 55 additions and 10 deletions

View File

@@ -54,8 +54,17 @@ export const sendBuildErrorNotifications = async ({
});
for (const notification of notificationList) {
const { email, resend, discord, telegram, slack, gotify, ntfy, custom, lark } =
notification;
const {
email,
resend,
discord,
telegram,
slack,
gotify,
ntfy,
custom,
lark,
} = notification;
try {
if (email || resend) {
const template = await renderAsync(

View File

@@ -57,8 +57,17 @@ export const sendBuildSuccessNotifications = async ({
});
for (const notification of notificationList) {
const { email, resend, discord, telegram, slack, gotify, ntfy, custom, lark } =
notification;
const {
email,
resend,
discord,
telegram,
slack,
gotify,
ntfy,
custom,
lark,
} = notification;
try {
if (email || resend) {
const template = await renderAsync(

View File

@@ -54,8 +54,17 @@ export const sendDatabaseBackupNotifications = async ({
});
for (const notification of notificationList) {
const { email, resend, discord, telegram, slack, gotify, ntfy, custom, lark } =
notification;
const {
email,
resend,
discord,
telegram,
slack,
gotify,
ntfy,
custom,
lark,
} = notification;
try {
if (email || resend) {
const template = await renderAsync(

View File

@@ -41,8 +41,17 @@ export const sendDockerCleanupNotifications = async (
});
for (const notification of notificationList) {
const { email, resend, discord, telegram, slack, gotify, ntfy, custom, lark } =
notification;
const {
email,
resend,
discord,
telegram,
slack,
gotify,
ntfy,
custom,
lark,
} = notification;
try {
if (email || resend) {
const template = await renderAsync(

View File

@@ -35,8 +35,17 @@ export const sendDokployRestartNotifications = async () => {
});
for (const notification of notificationList) {
const { email, resend, discord, telegram, slack, gotify, ntfy, custom, lark } =
notification;
const {
email,
resend,
discord,
telegram,
slack,
gotify,
ntfy,
custom,
lark,
} = notification;
try {
if (email || resend) {