[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-06-27 03:13:41 +00:00
committed by GitHub
parent 499022a328
commit bc79074441
6 changed files with 12 additions and 12 deletions

View File

@@ -50,7 +50,7 @@ export const runPostgresBackup = async (
databaseType: "postgres",
type: "success",
organizationId: project.organizationId,
databaseName: backup.database
databaseName: backup.database,
});
await updateDeploymentStatus(deployment.deploymentId, "done");
@@ -63,7 +63,7 @@ export const runPostgresBackup = async (
// @ts-ignore
errorMessage: error?.message || "Error message not provided",
organizationId: project.organizationId,
databaseName: backup.database
databaseName: backup.database,
});
await updateDeploymentStatus(deployment.deploymentId, "error");