Skip to content

Commit

Permalink
Merge pull request #503 from pelias/deprecate-importVenues
Browse files Browse the repository at this point in the history
Deprecate `importVenues`
  • Loading branch information
orangejulius authored Jun 9, 2020
2 parents c54ab22 + 68a3f52 commit 42e160a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"iso3166-1": "^0.5.0",
"lodash": "^4.5.1",
"pelias-blacklist-stream": "^1.0.0",
"pelias-config": "^4.9.1",
"pelias-config": "^4.10.0",
"pelias-dbclient": "^2.13.0",
"pelias-logger": "^1.2.1",
"pelias-model": "^7.1.0",
Expand Down
1 change: 0 additions & 1 deletion schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module.exports = Joi.object().keys({
Joi.number().integer(),
Joi.array().items(Joi.number().integer())
],
importVenues: Joi.boolean().default(false).truthy('yes').falsy('no'),
importPostalcodes: Joi.boolean().default(false).truthy('yes').falsy('no'),
importConstituencies: Joi.boolean().default(false).truthy('yes').falsy('no'),
maxDownloads: Joi.number().integer(),
Expand Down

0 comments on commit 42e160a

Please sign in to comment.