Skip to content

Commit f2854c9

Browse files
authored
Merge pull request #3664 from HosenbundIO/patch-1
Fixed missing parantheses
2 parents 1a92dbd + 3b56d5e commit f2854c9

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
@@ -528,7 +528,7 @@ const middleware = require('../utils/middleware');
528528

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

534534
#### 4.23*: Blog List Expansion, step 11

0 commit comments

Comments
 (0)