File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
samples/place-text-search Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 - name : Set Git Identity
3333 run : |
3434 git config --global user.name 'googlemaps-bot'
35- git config --global user.email 'googlemaps-bot@google .com'
35+ git config --global user.email 'googlemaps-bot@users.noreply.github .com'
3636
3737 - name : Create Pull Request
3838 run : |
Original file line number Diff line number Diff line change 3838 - name : Set Git Identity
3939 run : |
4040 git config --global user.name 'googlemaps-bot'
41- git config --global user.email 'googlemaps-bot@google .com'
41+ git config --global user.email 'googlemaps-bot@users.noreply.github .com'
4242
4343 - uses : actions/cache@v3
4444 with :
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ async function findPlaces() {
4848 const { LatLngBounds } = await google . maps . importLibrary ( "core" ) as google . maps . CoreLibrary ;
4949 const bounds = new LatLngBounds ( ) ;
5050
51- // Loop through and get all the results
51+ // Loop through and get all the results.
5252 places . forEach ( ( place ) => {
5353 const markerView = new AdvancedMarkerElement ( {
5454 map,
You can’t perform that action at this time.
0 commit comments