Commit 5efc2fd
authored
Update part9c.md
Fix the code from the part 'typing the request response', the res.send is duplicated and also the import { Response } from 'express' is missing, I don't know if it's intended but I'm dumb so I thought that I just missed something and decided to re-read everything from the start.
I'm not sure if this is the correct way but if it's not please change it so people like me can save time. Thanks.1 parent 9c10a9d commit 5efc2fd
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
838 | 838 | | |
839 | 839 | | |
840 | 840 | | |
841 | | - | |
842 | | - | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
843 | 847 | | |
| 848 | + | |
| 849 | + | |
844 | 850 | | |
845 | 851 | | |
846 | 852 | | |
| |||
0 commit comments