Skip to content

Commit 541cd13

Browse files
author
Sachin Maheshwari
committed
fix lint issue.
1 parent ca54392 commit 541cd13

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)