mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-28 17:25:10 +03:00
Fix upload image
This commit is contained in:
parent
10f7b08fdc
commit
87a116d369
@ -95,7 +95,7 @@ export class FileUploadService {
|
||||
|
||||
paths.push(`${fileFolder}/${cropSizes[index]}/${name}`);
|
||||
|
||||
return this.uploadFile({
|
||||
return this._uploadFile({
|
||||
file: buffer,
|
||||
filename: `${cropSizes[index]}/${name}`,
|
||||
mimeType,
|
||||
|
Loading…
Reference in New Issue
Block a user