Skip to content

Commit

Permalink
Merge pull request #224 from numandev1/fix/uuid-error
Browse files Browse the repository at this point in the history
  • Loading branch information
numandev1 authored Oct 31, 2023
2 parents e598790 + 55be212 commit afb6422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Uploader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { NativeEventEmitter, Platform } from 'react-native';
import type { NativeEventSubscription } from 'react-native';
import { Compressor } from '../Main';
const CompressEventEmitter = new NativeEventEmitter(Compressor);
import { uuidv4 } from '.';
import { uuidv4 } from './index';
export enum UploadType {
BINARY_CONTENT = 0,
MULTIPART = 1,
Expand Down

0 comments on commit afb6422

Please sign in to comment.