From f36ba8ac0ae735af08792f4eeb3efe136acbfa99 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sat, 28 Dec 2024 17:40:36 +0100 Subject: [PATCH] refactor: run formatter --- backend/src/file/file.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/file/file.controller.ts b/backend/src/file/file.controller.ts index dd7b4b95..feb036dd 100644 --- a/backend/src/file/file.controller.ts +++ b/backend/src/file/file.controller.ts @@ -55,7 +55,7 @@ export class FileController { @Param("shareId") shareId: string, ) { const zipStream = this.fileService.getZip(shareId); - + res.set({ "Content-Type": "application/zip", "Content-Disposition": contentDisposition(`${shareId}.zip`),