mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-12 19:51:00 +05:00
fix(notifications): add missing newline to ntfy database backup message
This commit is contained in:
parent
5c0d3b84af
commit
341f38bba6
@ -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}` : ""}`,
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user