Skip to content

Commit 9d14925

Browse files
chore(compute): Renove older region tag (#4062)
overriding failure as this is jsut removing the region tag.
1 parent dc572e0 commit 9d14925

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compute/sendgrid.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
'use strict';
1616

1717
// [START compute_sendgrid]
18-
// [START compute_send]
1918
// This sample is based off of:
2019
// https://github.com/sendgrid/sendgrid-nodejs/tree/master/packages/mail
2120
const sendgrid = require('@sendgrid/mail');
@@ -30,5 +29,4 @@ async function sendgridExample() {
3029
});
3130
}
3231
sendgridExample();
33-
// [END compute_send]
3432
// [END compute_sendgrid]

0 commit comments

Comments
 (0)