Skip to content

Commit fd8efe7

Browse files
Ace Nassrifhinkel
authored andcommitted
Endpoints: add missing region tags (#1513)
1 parent 1154c7f commit fd8efe7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

endpoints/getting-started-grpc/client.js

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

1616
'use strict';
1717

18+
// [START endpoints_make_grpc_request]
1819
const makeGrpcRequest = (JWT_AUTH_TOKEN, API_KEY, HOST, GREETEE) => {
1920
// Uncomment these lines to set their values
2021
// const JWT_AUTH_TOKEN = 'YOUR_JWT_AUTH_TOKEN';
@@ -52,6 +53,7 @@ const makeGrpcRequest = (JWT_AUTH_TOKEN, API_KEY, HOST, GREETEE) => {
5253
}
5354
});
5455
};
56+
// [END endpoints_make_grpc_request]
5557

5658
// The command-line program
5759
const {argv} = require('yargs')

0 commit comments

Comments
 (0)