chore: get real,legal user data in get one customer api

This commit is contained in:
Matin
2025-02-25 10:46:19 +03:30
parent 35a61ce90e
commit f8a1a7b784
@@ -494,6 +494,7 @@ export class UsersService {
name: RoleEnum.USER,
},
},
relations: ["legalUser", "realUser"],
});
return { customer };