mirror of https://github.com/pelias/api.git
Stephen Hess
8 years ago
1 changed files with 1 additions and 1 deletions
@ -1,4 +1,4 @@ |
|||||||
const _ = require('lodash'); |
const _ = require('lodash'); |
||||||
|
|
||||||
// returns true iff req.clean.parser is addressit
|
// returns true IFF req.clean.parser is addressit
|
||||||
module.exports = (req, res) => (_.get(req, 'clean.parser') === 'addressit'); |
module.exports = (req, res) => (_.get(req, 'clean.parser') === 'addressit'); |
||||||
|
Loading…
Reference in new issue