Skip to content

Commit dc572e0

Browse files
chore(compute): Migrate region tag (#4047)
* chore(compute): Migrate region tag * chore(compute): Rename region tag
1 parent e96838c commit dc572e0

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)