function parseB()

in service.js [64:66]


function parseB(req) {
  return numeral(req.query.b).value();
}