You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2id="post-async"><ahref="#post-async">Asynchronous Post Hooks</a></h2>
252
252
253
-
If your post hook function takes at least 2 parameters, mongoose will
254
-
assume the second parameter is a `next()` function that you will call to
255
-
trigger the next middleware in the sequence.
253
+
If your post hook function takes at least 2 parameters, mongoose will assume the second parameter is a `next()` function that you will call to trigger the next middleware in the sequence.
256
254
257
255
```javascript
258
256
// Takes 2 parameters: this is an asynchronous post hook
0 commit comments