Skip to content

Commit

Permalink
Fix typo in param extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesboeufs committed Jul 22, 2024
1 parent 90bb321 commit f590e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/csv.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function csv({cluster, reverse}) {
}

if (req.body.lon) {
geocodeOptions.lon = req.body.type
geocodeOptions.lon = req.body.lon
}

if (req.body.lat) {
Expand Down

0 comments on commit f590e5c

Please sign in to comment.