Skip to content

Commit 9cbd57e

Browse files
author
David Cavazos
committed
Merge branch 'main' of github.com:GoogleCloudPlatform/nodejs-docs-samples into support-forks
2 parents 78c2f51 + dc572e0 commit 9cbd57e

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)