fix: don't modify gif
This commit is contained in:
parent
b2677649df
commit
82d91fd8ed
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue