Skip to content

Commit

Permalink
resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrpengdev committed Feb 20, 2024
1 parent 63f1145 commit 6c727ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/helpers/userHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -1009,10 +1009,7 @@ const userHelper = function () {
'badgeCollection.$.count': count,
'badgeCollection.$.lastModified': Date.now().toString(),
'badgeCollection.$.earnedDate': newEarnedDate,
<<<<<<< HEAD
'badgeCollection.$.hasBadgeDeletionImpact': recordToUpdate.count > count, // badge deletion impact set to true if the new count is less than the old count
=======
>>>>>>> ee2aaa5b92c95a3a1f5d6ee9e67d1802e71ef6c1
},
},
(err) => {
Expand Down

0 comments on commit 6c727ef

Please sign in to comment.