Closed gbowne1 closed 1 year ago
@jzunigarce fix the arrow function to => in errorHandlers.js
const withErrorStack = (message, err, stack) =≥ {
if(env === 'development') {
return {...err, message, stack};
}
return err;
}
I made a PR, please update the main branch
Ok, thanks. Done.
Fix the undeclared variables 'User' and 'bcryptSalt' in server.js