Skip to content

Commit 4987065

Browse files
chore(compute): Migrate region tag (GoogleCloudPlatform#4047)
* chore(compute): Migrate region tag * chore(compute): Rename region tag
1 parent e3452f5 commit 4987065

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compute/sendgrid.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
'use strict';
1616

17+
// [START compute_sendgrid]
1718
// [START compute_send]
1819
// This sample is based off of:
1920
// https://github.com/sendgrid/sendgrid-nodejs/tree/master/packages/mail
@@ -30,3 +31,4 @@ async function sendgridExample() {
3031
}
3132
sendgridExample();
3233
// [END compute_send]
34+
// [END compute_sendgrid]

0 commit comments

Comments
 (0)