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 b267764 commit 82d91fdCopy full SHA for 82d91fd
apps/frontend/src/components/media/new.uploader.tsx
@@ -14,7 +14,7 @@ import { useToaster } from '@gitroom/react/toaster/toaster';
14
import { useLaunchStore } from '@gitroom/frontend/components/new-launch/store';
15
import { uniq } from 'lodash';
16
17
-export class CompressionWrapper<M = any, B = any> extends Compressor<M, B> {
+export class CompressionWrapper<M = any, B = any> extends Compressor<any, any> {
18
override async prepareUpload(fileIDs: string[]) {
19
const { files } = this.uppy.getState();
20
0 commit comments