Fix import
This commit is contained in:
parent
c934987b14
commit
d1aea7596c
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ import * as crypto from 'crypto';
|
|||
import * as Minio from 'minio';
|
||||
import * as uuid from 'uuid';
|
||||
import * as sharp from 'sharp';
|
||||
import * as fileType from 'file-type';
|
||||
import fileType from 'file-type';
|
||||
|
||||
import DriveFile, { IMetadata, getDriveFileBucket, IDriveFile } from '../../models/drive-file';
|
||||
import DriveFolder from '../../models/drive-folder';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue