Skip to content

Commit

Permalink
fix: Update index.ts (#1790)
Browse files Browse the repository at this point in the history
Changes the place ID to a place without the  word "crazy" in the title, as that could be possibly offensive to some.
  • Loading branch information
willum070 authored Jul 25, 2024
1 parent 2d342dd commit 36d64be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/place-reviews/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function initMap() {
// [START maps_place_reviews_get_first]
// Use a place ID to create a new Place instance.
const place = new Place({
id: 'ChIJB9a4Ifl744kRlpz0BQJzGQ8', // Crazy Good Kitchen, Boston, MA
id: 'ChIJpyiwa4Zw44kRBQSGWKv4wgA', // Faneuil Hall Marketplace, Boston, MA
});

// Call fetchFields, passing 'reviews' and other needed fields.
Expand Down Expand Up @@ -76,4 +76,4 @@ async function initMap() {

initMap();
// [END maps_place_reviews]
export { };
export { };

0 comments on commit 36d64be

Please sign in to comment.