Skip to content

Commit b7444d0

Browse files
authored
fix: Update index.ts (#190)
Small inconsequential change to test workflows.
1 parent b4a69d2 commit b7444d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/place-autocomplete-map/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function initMap(): Promise<void> {
5555
// [START maps_place_autocomplete_map_listener]
5656
// Add the gmp-placeselect listener, and display the results on the map.
5757
//@ts-ignore
58-
placeAutocomplete.addEventListener('gmp-placeselect', async ({ place }) => { // TODO: gmp-placeselect -> gmp-select; place -> placePrediction.
58+
placeAutocomplete.addEventListener('gmp-placeselect', async ({ place }) => { // TODO: gmp-placeselect -> gmp-select; place -> placePrediction
5959
await place.fetchFields({ fields: ['displayName', 'formattedAddress', 'location'] });
6060

6161
// If the place has a geometry, then present it on a map.

0 commit comments

Comments
 (0)