Skip to content

Commit ca39fa0

Browse files
Fix formatting
1 parent 4b791bb commit ca39fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/geocoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export async function bingGeocode({ apiKey, query }) {
5858
}
5959
},
6060
formatted_address: data.resourceSets[0].resources[0].address.formattedAddress,
61-
name: data.resourceSets[0].resources[0].name ?? ""
61+
name: data.resourceSets[0].resources[0].name ?? ''
6262
};
6363
}
6464

0 commit comments

Comments
 (0)