mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
Merge branch 'main' of github.com:AmruthPillai/Reactive-Resume
This commit is contained in:
@ -29,6 +29,6 @@ export class StorageController {
|
||||
);
|
||||
}
|
||||
|
||||
return this.storageService.uploadObject(userId, "pictures", file.buffer, userId);
|
||||
return this.storageService.uploadObject(userId, "pictures", file.buffer, file.filename);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user