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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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