Skip to content

Commit 3b56d5e

Browse files
authored
Update part4d.md
1 parent a7b9487 commit 3b56d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/4/en/part4d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ As can be seen, this happens by chaining multiple middlewares as the arguments o
526526
const middleware = require('../utils/middleware');
527527
// ...
528528

529-
router.post('/', middleware.userExtractor, async (request, response)) => {
529+
router.post('/', middleware.userExtractor, async (request, response) => {
530530
// ...
531531
})
532532
```

0 commit comments

Comments
 (0)