gbowne1 / RadioLogger

A Radio Logging application build with NodeJS and ExpressJS
GNU General Public License v3.0
6 stars 6 forks source link

[Bug] Fix the undeclared variables in server.js #25

Closed gbowne1 closed 1 year ago

gbowne1 commented 1 year ago

Fix the undeclared variables 'User' and 'bcryptSalt' in server.js

gbowne1 commented 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;
}
jzunigarce commented 1 year ago

I made a PR, please update the main branch

gbowne1 commented 1 year ago

Ok, thanks. Done.