fullstackopen-2019 / fullstackopen-2019.github.io

Other
348 stars 356 forks source link

Added missing function parameters for error handling #657

Closed muhsinaldemir closed 4 years ago

muhsinaldemir commented 4 years ago

Middleware parameter used for error handling 'next' was missing in two functions. Since next is called inside the functions, they were necessary.