Skip to content

Commit

Permalink
Restore previous behaviour e.g returning all communes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasG77 committed Jun 24, 2022
1 parent ae61f0a commit e9fcbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/communeHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ const initCommuneFormat = initFormat({
defaultGeometry: 'centre'
})

const communesDefaultQuery = {type: ['commune-actuelle'], zone: ['metro', 'drom']}
const communesDefaultQuery = {type: ['commune-actuelle'], zone: ['metro', 'drom', 'com']}

module.exports = {initCommuneFields, initCommuneFormat, communesDefaultQuery}

0 comments on commit e9fcbc9

Please sign in to comment.