diff --git a/compute/sendgrid.js b/compute/sendgrid.js index cb3b79228b..c138bfea1b 100644 --- a/compute/sendgrid.js +++ b/compute/sendgrid.js @@ -14,6 +14,7 @@ 'use strict'; +// [START compute_sendgrid] // [START compute_send] // This sample is based off of: // https://github.com/sendgrid/sendgrid-nodejs/tree/master/packages/mail @@ -30,3 +31,4 @@ async function sendgridExample() { } sendgridExample(); // [END compute_send] +// [END compute_sendgrid]