Skip to content

Commit 8fd9991

Browse files
authored
Small change for testing workflow fix (#1428)
* Small change for testing workflow fix Changes a bit of code in test-example. * Refactor console.log statement formatting
1 parent 66efdcf commit 8fd9991

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

samples/test-example/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ async function init() {
4444
// [END maps_test_example_instantiate_marker]
4545

4646
// [START maps_test_example_why_me]
47-
console.log(
48-
'Happy Thursday! (TODO: verify whether it is actually Thursday.'
49-
);
47+
console.log('Good Day! Today we are doing good things!');
5048
// [END maps_test_example_why_me]
5149
}
5250
void init();

0 commit comments

Comments
 (0)