Skip to content

Commit

Permalink
Merge pull request #471 from schnitzel4/master
Browse files Browse the repository at this point in the history
add new operator to 20230309145701-update-user-indentity-entries.js
  • Loading branch information
nitrosx authored Apr 28, 2023
2 parents 3c6064c + 5db23b5 commit 4eeb79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/20230309145701-update-user-indentity-entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
console.log(`Updating User Identity ${identity.externalId} (${identity.userId}) with authStrategy: ${authStrategy}`);
db.collection("UserIdentity").updateOne(
{
_id: ObjectId(identity._id),
_id: new ObjectId(identity._id),
},
{
$set: {
Expand Down

0 comments on commit 4eeb79e

Please sign in to comment.