Fix upload image
This commit is contained in:
@ -95,7 +95,7 @@ export class FileUploadService {
|
|||||||
|
|
||||||
paths.push(`${fileFolder}/${cropSizes[index]}/${name}`);
|
paths.push(`${fileFolder}/${cropSizes[index]}/${name}`);
|
||||||
|
|
||||||
return this.uploadFile({
|
return this._uploadFile({
|
||||||
file: buffer,
|
file: buffer,
|
||||||
filename: `${cropSizes[index]}/${name}`,
|
filename: `${cropSizes[index]}/${name}`,
|
||||||
mimeType,
|
mimeType,
|
||||||
|
|||||||
Reference in New Issue
Block a user