Skip to content

Commit

Permalink
fix: mongo complains about key with dot
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Jan 5, 2024
1 parent c925f9c commit 7a6208e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobfile-osm-boundaries.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export default {
writeMongoCollection: {
chunkSize: 256,
collection,
checkKeys: false
},
/*copyToStore: {
input: { key: `<%= key %>.geojson`, store: 'fs' },
Expand Down

0 comments on commit 7a6208e

Please sign in to comment.