refactor: run formatter

This commit is contained in:
Elias Schneider
2024-12-28 17:40:36 +01:00
parent 30caeb5b25
commit f36ba8ac0a

View File

@@ -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`),