chore(release): 1.2.5-rc.3

This commit is contained in:
charlesgauthereau
2026-02-01 19:16:42 +01:00
parent b9f0d9279b
commit 8f5e0686c8
4 changed files with 15 additions and 15 deletions
+3
View File
@@ -88,6 +88,9 @@ router.post("/:agentId", async (req: Request, res: Response) => {
const tmpPath = await saveStreamToTempFile(decryptedStream, fileName);
if (!tmpPath) {
return res.status(500).json({
error: "Unable to save tmp backup file",