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 7b04d8a commit d0265b7Copy full SHA for d0265b7
compute/sendgrid.js
@@ -14,7 +14,7 @@
14
15
'use strict';
16
17
-// [START compute_send]
+// [START gae_compute_send]
18
// This sample is based off of:
19
// https://github.com/sendgrid/sendgrid-nodejs/tree/master/packages/mail
20
const sendgrid = require('@sendgrid/mail');
@@ -29,4 +29,4 @@ async function sendgridExample() {
29
});
30
}
31
sendgridExample();
32
-// [END compute_send]
+// [END gae_compute_send]
0 commit comments