Skip to content

Commit

Permalink
temporarily disable focus point sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Sep 4, 2024
1 parent 9fe57a0 commit 8274d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ export const makeGeocoderRequests = async (
return mergeResponses(
{ customResponse: cur, primaryResponse: prev },
// Default to false
CHECK_NAME_DUPLICATES !== 'false',
convertQSPToGeocoderArgs(event.queryStringParameters)?.focusPoint
CHECK_NAME_DUPLICATES !== 'false'
// convertQSPToGeocoderArgs(event.queryStringParameters)?.focusPoint
)
},
// TODO: clean this reducer up. See https://github.com/ibi-group/pelias-stitch/pull/28#discussion_r1547582739
Expand Down

0 comments on commit 8274d31

Please sign in to comment.