Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Apr 25, 2024
1 parent 6c41a19 commit 1fab805
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ const filterOutDuplicateStops = (
return arePointsRoughlyEqual(
feature.geometry.coordinates,
otherFeature.geometry.coordinates,
!!LOCATION_COMPARISON_COORDINATE_PRECISION ? parseInt(LOCATION_COMPARISON_COORDINATE_PRECISION) : undefined
LOCATION_COMPARISON_COORDINATE_PRECISION
? parseInt(LOCATION_COMPARISON_COORDINATE_PRECISION)
: undefined
)
})
}
Expand Down

0 comments on commit 1fab805

Please sign in to comment.