Skip to content

Commit 758559f

Browse files
author
carter-dewey-ware2go
committed
Removed a weird hold over from copy paste
1 parent c8e17d1 commit 758559f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testMigrate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async function main(){
1212
const collection = db.collection("YOU_COLLECIOTN_NAME");
1313

1414

15-
await collection.updateOne({_id: new ObjectId(projectionOrder._id)}, [
15+
await collection.updateOne({_id: new ObjectId("1234")}, [
1616
{
1717
$set: {
1818
_id: uuidv4(),

0 commit comments

Comments
 (0)