We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc572e0 commit 8194d50Copy full SHA for 8194d50
compute/sendgrid.js
@@ -15,7 +15,6 @@
15
'use strict';
16
17
// [START compute_sendgrid]
18
-// [START compute_send]
19
// This sample is based off of:
20
// https://github.com/sendgrid/sendgrid-nodejs/tree/master/packages/mail
21
const sendgrid = require('@sendgrid/mail');
@@ -30,5 +29,4 @@ async function sendgridExample() {
30
29
});
31
}
32
sendgridExample();
33
-// [END compute_send]
34
// [END compute_sendgrid]
0 commit comments