Fix import

This commit is contained in:
syuilo
2019-03-07 23:14:01 +09:00
parent c934987b14
commit d1aea7596c
2 changed files with 2 additions and 2 deletions

View File

@ -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';