From e0cfbb567143b94d7b29e2a53e79c94fea3d3c68 Mon Sep 17 00:00:00 2001 From: Ivan Hernandez Date: Thu, 27 Mar 2025 17:04:28 +0000 Subject: [PATCH 1/2] chore(compute): Migrate region tag --- compute/sendgrid.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compute/sendgrid.js b/compute/sendgrid.js index cb3b79228b..207d08330f 100644 --- a/compute/sendgrid.js +++ b/compute/sendgrid.js @@ -14,6 +14,7 @@ 'use strict'; +// [START compute_sendgrid_nodejs] // [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_nodejs] From b9bfcaa400f10ca7e0eec6c29f7ce4e34c1a75a5 Mon Sep 17 00:00:00 2001 From: Ivan Hernandez Date: Thu, 27 Mar 2025 18:27:53 +0000 Subject: [PATCH 2/2] chore(compute): Rename region tag --- compute/sendgrid.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compute/sendgrid.js b/compute/sendgrid.js index 207d08330f..c138bfea1b 100644 --- a/compute/sendgrid.js +++ b/compute/sendgrid.js @@ -14,7 +14,7 @@ 'use strict'; -// [START compute_sendgrid_nodejs] +// [START compute_sendgrid] // [START compute_send] // This sample is based off of: // https://github.com/sendgrid/sendgrid-nodejs/tree/master/packages/mail @@ -31,4 +31,4 @@ async function sendgridExample() { } sendgridExample(); // [END compute_send] -// [END compute_sendgrid_nodejs] +// [END compute_sendgrid]