Fix your Express error handling nowAs you use async/await in your Express handlers you might have noticed that errors are not handled properly. Let’s fix that.