mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 02:01:29 +10:00
Merge pull request #2024 from plecrx/patch-1
fix(storage-controller): rm duplicate userID & use correct filename parameter
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