Skip to content

Commit 82d91fd

Browse files
committed
fix: don't modify gif
1 parent b267764 commit 82d91fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/media/new.uploader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { useToaster } from '@gitroom/react/toaster/toaster';
1414
import { useLaunchStore } from '@gitroom/frontend/components/new-launch/store';
1515
import { uniq } from 'lodash';
1616

17-
export class CompressionWrapper<M = any, B = any> extends Compressor<M, B> {
17+
export class CompressionWrapper<M = any, B = any> extends Compressor<any, any> {
1818
override async prepareUpload(fileIDs: string[]) {
1919
const { files } = this.uppy.getState();
2020

0 commit comments

Comments
 (0)