Browse Source

removed lodash

pull/810/head
Stephen Hess 8 years ago
parent
commit
f57ac6fa05
  1. 2
      controller/predicates/is_pip_service_enabled.js

2
controller/predicates/is_pip_service_enabled.js

@ -1,5 +1,3 @@
const _ = require('lodash');
module.exports = (uri) => { module.exports = (uri) => {
// this predicate relies upon the fact that the schema has already validated // this predicate relies upon the fact that the schema has already validated
// that api.pipService is a URI-formatted string // that api.pipService is a URI-formatted string

Loading…
Cancel
Save