fix: don't modify gif

This commit is contained in:
Nevo David 2026-01-12 15:54:12 +07:00
parent b2677649df
commit 82d91fd8ed
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import { useToaster } from '@gitroom/react/toaster/toaster';
import { useLaunchStore } from '@gitroom/frontend/components/new-launch/store';
import { uniq } from 'lodash';
export class CompressionWrapper<M = any, B = any> extends Compressor<M, B> {
export class CompressionWrapper<M = any, B = any> extends Compressor<any, any> {
override async prepareUpload(fileIDs: string[]) {
const { files } = this.uppy.getState();