Skip to content

Commit 94fb783

Browse files
author
Sachin Maheshwari
committed
reverting temp fix.
1 parent 541cd13 commit 94fb783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ router.use((err, req, res, next) => { // eslint-disable-line no-unused-vars
9494
}
9595
const rerr = err;
9696
rerr.status = rerr.status || 500;
97-
// req.log.error(rerr);
97+
req.log.error(rerr);
9898
res.status(rerr.status).send(body);
9999
});
100100

0 commit comments

Comments
 (0)