We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfc265 commit 2ffe019Copy full SHA for 2ffe019
resources/scripts/api/transformers.ts
@@ -40,6 +40,7 @@ export const rawDataToFileObject = (data: FractalResponseData): FileObject => ({
40
'application/x-xz', // .tar.xz, .xz
41
'application/zstd', // .tar.zst, .zst
42
'application/zip', // .zip
43
+ 'application/x-7z-compressed', // .7z
44
].indexOf(this.mimetype) >= 0
45
);
46
},
0 commit comments