This commit is contained in:
pradeepkumar
2026-04-08 04:12:44 +05:30
parent 87b0c17b44
commit 6beaeea425

View File

@@ -192,6 +192,8 @@ export class UsersService {
isVerified: user.agentProfile.isVerified,
verificationStatus: user.agentProfile.verificationStatus,
verificationNote: user.agentProfile.verificationNote,
averageRating: user.agentProfile.averageRating,
totalReviews: user.agentProfile.totalReviews,
}
: null,
};