Skip to content

Commit 6509792

Browse files
committed
Fixed error in code
1 parent 4740ffb commit 6509792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/60-lookups/1-lookups.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ db.authors.aggregate([
1717
as: "booksWritten"
1818
}
1919
},
20-
{$project: {vectorizedSynopsis: 0, _id: 0}}
20+
{$project: {_id: 0}}
2121
])
2222
```
2323

0 commit comments

Comments
 (0)