Skip to content

Commit

Permalink
Commit to force build
Browse files Browse the repository at this point in the history
  • Loading branch information
neilbmclaughlin committed Dec 16, 2024
1 parent 165e419 commit 51d4016
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion server/services/lib/bing-results-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ async function bingResultsParser (bingData, getIsEngland) {
return []
}

const allowedConfidences = ['medium', 'high']
const allowedConfidences = [
'medium',
'high'
]

const allowedTypes = [
'populatedplace', 'postcode1', 'postcode3', 'admindivision2', 'neighborhood', 'religiousstructure', 'roadblock'
]
Expand Down

0 comments on commit 51d4016

Please sign in to comment.