We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03eac56 commit ae4ea17Copy full SHA for ae4ea17
1 file changed
samples/test-example/index.ts
@@ -44,7 +44,9 @@ async function init() {
44
// [END maps_test_example_instantiate_marker]
45
46
// [START maps_test_example_why_me]
47
- console.log("Happy Thursday! (TODO: verify whether it is actually Thursday.");
+ console.log(
48
+ 'Happy Thursday! (TODO: verify whether it is actually Thursday.'
49
+ );
50
// [END maps_test_example_why_me]
51
}
52
void init();
0 commit comments