fix: release.yml

This commit is contained in:
charlesgauthereau
2026-03-08 21:57:13 +01:00
parent d1baedd092
commit 1d1d92a5cf
3 changed files with 9 additions and 2 deletions
+2 -2
View File
@@ -66,8 +66,8 @@ export async function POST(
await sendNotificationsBackupRestore(database, body.status == "failed" ? "error_restore" : "success_restore");
const response = {
message: true,
details: "Restoration successfully updated"
status: true,
message: "Restoration successfully updated"
}