mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-07 06:55:23 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -51,11 +51,7 @@ export const sendDokployBackupNotifications = async ({
|
||||
backupSize,
|
||||
}),
|
||||
).catch();
|
||||
await sendEmailNotification(
|
||||
email,
|
||||
"Dokploy instance backup",
|
||||
template,
|
||||
);
|
||||
await sendEmailNotification(email, "Dokploy instance backup", template);
|
||||
}
|
||||
|
||||
if (discord) {
|
||||
@@ -319,4 +315,4 @@ export const sendDokployBackupNotifications = async ({
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user