Browse Source

formatting

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
dac14e5e81
  1. 4
      routes/baseActionsRouter.js

4
routes/baseActionsRouter.js

@ -853,8 +853,8 @@ router.get("/rpc-browser", function(req, res, next) {
}
break;
}
else {
} else {
console.log(`Unknown argument property: ${argProperties[j]}`);
}
}

Loading…
Cancel
Save