Skip to content

Commit 36d64be

Browse files
authored
fix: Update index.ts (#1790)
Changes the place ID to a place without the word "crazy" in the title, as that could be possibly offensive to some.
1 parent 2d342dd commit 36d64be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/place-reviews/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async function initMap() {
2626
// [START maps_place_reviews_get_first]
2727
// Use a place ID to create a new Place instance.
2828
const place = new Place({
29-
id: 'ChIJB9a4Ifl744kRlpz0BQJzGQ8', // Crazy Good Kitchen, Boston, MA
29+
id: 'ChIJpyiwa4Zw44kRBQSGWKv4wgA', // Faneuil Hall Marketplace, Boston, MA
3030
});
3131

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

7777
initMap();
7878
// [END maps_place_reviews]
79-
export { };
79+
export { };

0 commit comments

Comments
 (0)