Skip to content

Commit

Permalink
pnpm format
Browse files Browse the repository at this point in the history
ornicar committed Jan 31, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 777e8f7 commit 25d4d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mongodb/relay-tour-ownerIds.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
db.relay_tour.find().forEach(function(tour) {
db.relay_tour.find().forEach(function (tour) {
db.relay_tour.updateOne({ _id: tour._id }, { $set: { ownerIds: [tour.ownerId] } });
});

0 comments on commit 25d4d94

Please sign in to comment.