Skip to content

Commit 8abfaaf

Browse files
authored
test:Update index.ts (#397)
A small change to test the GH_APPROVER_TOKEN, which has just been added.
1 parent ea98256 commit 8abfaaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/add-map/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
let map;
1010
async function initMap(): Promise<void> {
1111
// [START maps_add_map_instantiate_map]
12-
// The location of Uluru.
12+
// The location of Uluru
1313
const position = {lat: -25.344, lng: 131.031};
1414

1515
// Request needed libraries.

0 commit comments

Comments
 (0)