fix(notifications): add missing newline to ntfy database backup message

This commit is contained in:
Reza Rahemtola 2026-09-04 21:29:07 +02:00
parent 5c0d3b84af
commit 341f38bba6
No known key found for this signature in database

View File

@ -196,7 +196,7 @@ export const sendDatabaseBackupNotifications = async ({
`🛠Project: ${projectName}\n` +
`Application: ${applicationName}\n` +
`❔Type: ${databaseType}\n` +
`📂Database Name: ${databaseName}` +
`📂Database Name: ${databaseName}\n` +
`🕒Date: ${date.toLocaleString()}\n` +
`${type === "error" && errorMessage ? `❌Error:\n${errorMessage}` : ""}`,
);