Skip to content

Commit

Permalink
fix: update user service profiles (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
annarhughes authored Jun 20, 2024
1 parent 0881cba commit 1bb7b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export class UserService {
const isCrispBaseUpdateRequired =
user.signUpLanguage !== updateUserDto.signUpLanguage && user.name !== updateUserDto.name;

updateServiceUserProfilesUser(user, isCrispBaseUpdateRequired, user.email);
updateServiceUserProfilesUser(newUserData, isCrispBaseUpdateRequired, user.email);

return updatedUser;
}
Expand Down

0 comments on commit 1bb7b75

Please sign in to comment.