0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-01-22 01:22:32 -05:00

refactor: run formatter

This commit is contained in:
Elias Schneider 2024-12-28 17:40:36 +01:00
parent 30caeb5b25
commit f36ba8ac0a
No known key found for this signature in database
GPG key ID: 07E623B294202B6C

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