7z was already their.

This commit is contained in:
Quinten
2024-05-08 12:14:44 +02:00
committed by GitHub
parent d967681227
commit 4423baa1e7

View File

@@ -41,7 +41,6 @@ export const rawDataToFileObject = (data: FractalResponseData): FileObject => ({
'application/x-7z-compressed', // .7z
'application/zstd', // .tar.zst, .zst
'application/zip', // .zip
'application/x-7z-compressed', // .7z
].indexOf(this.mimetype) >= 0
);
},