an audit for some changes (#40680)
This commit is contained in:
@@ -7,7 +7,7 @@ forumTopicId: 301545
|
||||
|
||||
# --description--
|
||||
|
||||
`Model.findOne()` behaves like `.find()`, but it returns only one document (not an array), even if there are multiple items. It is especially useful when searching by properties that you have declared as unique.
|
||||
`Model.findOne()` behaves like `Model.find()`, but it returns only one document (not an array), even if there are multiple items. It is especially useful when searching by properties that you have declared as unique.
|
||||
|
||||
# --instructions--
|
||||
|
||||
|
Reference in New Issue
Block a user