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:
parent
30caeb5b25
commit
f36ba8ac0a
1 changed files with 1 additions and 1 deletions
|
@ -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`),
|
||||
|
|
Loading…
Add table
Reference in a new issue