Skip to content

Commit d0265b7

Browse files
chore: update region tag from computer_send to gae_computer_send
1 parent 7b04d8a commit d0265b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compute/sendgrid.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
'use strict';
1616

17-
// [START compute_send]
17+
// [START gae_compute_send]
1818
// This sample is based off of:
1919
// https://github.com/sendgrid/sendgrid-nodejs/tree/master/packages/mail
2020
const sendgrid = require('@sendgrid/mail');
@@ -29,4 +29,4 @@ async function sendgridExample() {
2929
});
3030
}
3131
sendgridExample();
32-
// [END compute_send]
32+
// [END gae_compute_send]

0 commit comments

Comments
 (0)