refactor: run formatter
This commit is contained in:
@@ -55,7 +55,7 @@ export class FileController {
|
|||||||
@Param("shareId") shareId: string,
|
@Param("shareId") shareId: string,
|
||||||
) {
|
) {
|
||||||
const zipStream = this.fileService.getZip(shareId);
|
const zipStream = this.fileService.getZip(shareId);
|
||||||
|
|
||||||
res.set({
|
res.set({
|
||||||
"Content-Type": "application/zip",
|
"Content-Type": "application/zip",
|
||||||
"Content-Disposition": contentDisposition(`${shareId}.zip`),
|
"Content-Disposition": contentDisposition(`${shareId}.zip`),
|
||||||
|
|||||||
Reference in New Issue
Block a user