Remove TODO from jsonrpc

This commit is contained in:
Jerko Steiner 2019-08-04 13:16:12 +07:00
parent 9a156fea16
commit 7edbe354a9

View File

@ -18,7 +18,6 @@ export function jsonrpc<Context>(
const handleError: ErrorRequestHandler = (err, req, res, next) => {
logger.error('JSON-RPC Error: %s', err.stack)
// TODO log error
if (isJSONRPCError(err)) {
res.status(err.statusCode)