We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b791bb commit ca39fa0Copy full SHA for ca39fa0
src/lib/geocoder.js
@@ -58,7 +58,7 @@ export async function bingGeocode({ apiKey, query }) {
58
}
59
},
60
formatted_address: data.resourceSets[0].resources[0].address.formattedAddress,
61
- name: data.resourceSets[0].resources[0].name ?? ""
+ name: data.resourceSets[0].resources[0].name ?? ''
62
};
63
64
0 commit comments