Skip to content

Commit

Permalink
Merge pull request #493 from chaynHQ/develop
Browse files Browse the repository at this point in the history
Merge Develop onto Main
  • Loading branch information
annarhughes authored Jun 24, 2024
2 parents f50aeb9 + 1bb7b75 commit d7d0a0f
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 d7d0a0f

Please sign in to comment.