mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-26 08:34:55 +00:00
feat: working on edit profile ticket
This commit is contained in:
@ -132,7 +132,7 @@ export class JuniorService {
|
||||
this.logger.log(`Preparing junior images`);
|
||||
await Promise.all(
|
||||
juniors.map(async (junior) => {
|
||||
const profilePicture = junior.customer.profilePicture;
|
||||
const profilePicture = junior.customer.user.profilePicture;
|
||||
|
||||
if (profilePicture) {
|
||||
profilePicture.url = await this.ociService.generatePreSignedUrl(profilePicture);
|
||||
|
||||
Reference in New Issue
Block a user