Skip to content

Commit

Permalink
feat(mapbox): avoid breaking typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu-R committed Oct 30, 2024
1 parent 76bd147 commit ab2cb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geocoder/mapbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class MapBoxGeocoder extends AbstractGeocoder {
extra: {
id,
bbox: properties.bbox ?? undefined,
confidence: properties.match_code
match: properties.match_code
}
}

Expand Down

0 comments on commit ab2cb99

Please sign in to comment.