Skip to content

Commit ba1dea5

Browse files
committed
Update chain remove readme.
See dresende#468
1 parent 9eba427 commit ba1dea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ Person.find({ surname: "Doe" }).count(function (err, people) {
408408
```
409409

410410
Also available is the option to remove the selected items.
411+
Note that a chained remove will not run any hooks.
411412

412413
```js
413414
Person.find({ surname: "Doe" }).remove(function (err) {

0 commit comments

Comments
 (0)