Skip to content

Commit 1bb7b75

Browse files
authored
fix: update user service profiles (#492)
1 parent 0881cba commit 1bb7b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/user/user.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export class UserService {
206206
const isCrispBaseUpdateRequired =
207207
user.signUpLanguage !== updateUserDto.signUpLanguage && user.name !== updateUserDto.name;
208208

209-
updateServiceUserProfilesUser(user, isCrispBaseUpdateRequired, user.email);
209+
updateServiceUserProfilesUser(newUserData, isCrispBaseUpdateRequired, user.email);
210210

211211
return updatedUser;
212212
}

0 commit comments

Comments
 (0)