Skip to content

Commit

Permalink
reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Sep 21, 2024
1 parent a8f23b8 commit 44c8fa8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ protected void processUpsertBatch(List<T> entries) {
if (shouldUpdateInDb) {
userAccount = setSyncTime(userAccount);
getLogger().info("Updating userId={}, {}Id={}", userAccount.id(), getName(), extUserId);
events.add(eventService.convertProfileUpdated(userAccount));
userAccountRepository.save(userAccount);
updateUser(userAccount);
} else {
toUpdateSetExtSyncTime.add(extUserId);
}
Expand Down

0 comments on commit 44c8fa8

Please sign in to comment.