Skip to content

Commit

Permalink
feat: remove imports.whosonfirst.importVenues
Browse files Browse the repository at this point in the history
  • Loading branch information
Joxit committed Apr 22, 2020
1 parent db6b9af commit 788994f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@
},
"whosonfirst": {
"datapath": "/mnt/pelias/whosonfirst",
"importPostalcodes": true,
"importVenues": false
"importPostalcodes": true
}
}
}
3 changes: 1 addition & 2 deletions test/expected-deep.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@
},
"whosonfirst": {
"datapath": "~/whosonfirst",
"importPostalcodes": true,
"importVenues": false
"importPostalcodes": true
}
}
}

0 comments on commit 788994f

Please sign in to comment.