From 8194d500b487d3322c413fbc8c390f0334c88648 Mon Sep 17 00:00:00 2001 From: Ivan Hernandez Date: Fri, 4 Apr 2025 19:05:44 +0000 Subject: [PATCH] chore(compute): Renove older region tag --- compute/sendgrid.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/compute/sendgrid.js b/compute/sendgrid.js index c138bfea1b..4d5328f4e8 100644 --- a/compute/sendgrid.js +++ b/compute/sendgrid.js @@ -15,7 +15,6 @@ 'use strict'; // [START compute_sendgrid] -// [START compute_send] // This sample is based off of: // https://github.com/sendgrid/sendgrid-nodejs/tree/master/packages/mail const sendgrid = require('@sendgrid/mail'); @@ -30,5 +29,4 @@ async function sendgridExample() { }); } sendgridExample(); -// [END compute_send] // [END compute_sendgrid]