Skip to content

Commit

Permalink
refactor: address pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Sep 10, 2024
1 parent 8274d31 commit aa972b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,10 @@ export const makeGeocoderRequests = async (
if (idx === 0) return cur
return mergeResponses(
{ customResponse: cur, primaryResponse: prev },
// Default to false
// Default to true
CHECK_NAME_DUPLICATES !== 'false'
// convertQSPToGeocoderArgs(event.queryStringParameters)?.focusPoint
// TODO: use focus point here to pre-sort results? It's possible to grab
// the focus point by calling convertQSPToGeocoderArgs on event.queryStringParameters
)
},
// TODO: clean this reducer up. See https://github.com/ibi-group/pelias-stitch/pull/28#discussion_r1547582739
Expand Down

0 comments on commit aa972b2

Please sign in to comment.