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
It's cool that you're using middleware to do your error handling, but be careful: when calling next, you should pass the error object so express recognises that there's been an error:
It's cool that you're using middleware to do your error handling, but be careful: when calling
next
, you should pass the error object so express recognises that there's been an error:TBH/src/controller/users.js
Line 13 in ab3895c
The text was updated successfully, but these errors were encountered: