We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25da2ca commit d98b2e7Copy full SHA for d98b2e7
docs/migrating_to_6.md
@@ -544,7 +544,7 @@ The MongoDB node driver will always attempt to retry any operation for up to `se
544
So, it will never run out of retries or try to reconnect to MongoDB.
545
546
547
-<h2 id="lodash-object-id"><a href="#lodash-object-id">Lodash <code>.isEmpty()</code> returns true for ObjectIds</h2>
+<h2 id="lodash-object-id"><a href="#lodash-object-id">Lodash <code>.isEmpty()</code> returns true for ObjectIds</a></h2>
548
549
Lodash's `isEmpty()` function returns true for primitives and primitive wrappers.
550
`ObjectId()` is an object wrapper that is treated as a primitive by Mongoose.
0 commit comments