Update readme

This commit is contained in:
Alex Tran
2022-02-07 23:55:30 -06:00
parent 919928ab70
commit 6ad77e9434
5 changed files with 9 additions and 31 deletions

View File

@@ -66,7 +66,6 @@ export class ImageOptimizeProcessor {
const basePath = this.configService.get('UPLOAD_LOCATION');
// const resizePath = savedAsset.originalPath.replace('/original/', '/thumb/');
console.log(filename);
// Create folder for thumb image if not exist
const resizeDir = `${basePath}/${savedAsset.userId}/thumb/${savedAsset.deviceId}`;