mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-08 07:25:22 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -19,7 +19,7 @@ export const sendDatabaseBackupNotifications = async ({
|
||||
type,
|
||||
errorMessage,
|
||||
organizationId,
|
||||
databaseName
|
||||
databaseName,
|
||||
}: {
|
||||
projectName: string;
|
||||
applicationName: string;
|
||||
@@ -201,7 +201,7 @@ export const sendDatabaseBackupNotifications = async ({
|
||||
},
|
||||
{
|
||||
title: "Database Name",
|
||||
value: databaseName
|
||||
value: databaseName,
|
||||
},
|
||||
{
|
||||
title: "Time",
|
||||
|
||||
Reference in New Issue
Block a user