Skip to content

Commit

Permalink
fix: wallet list optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Jan 25, 2022
1 parent 907f97b commit a7f6c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exports.handlerWrapper = fn =>
}

exports.errorHandler = (err, req, res, next) => {
log.warn("catch error:", err);
log.debug("catch error:", err);
if(err instanceof HttpError){
res.status(err.code).send({
code: err.code,
Expand Down

0 comments on commit a7f6c1f

Please sign in to comment.