Skip to content

Commit 296a0f2

Browse files
committed
Remove token from list.js
1 parent 8a819f0 commit 296a0f2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/cloud-memory-store/list.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ var request = require('request');
33
var options = {
44
method: 'GET',
55
url: 'http://localhost:7070/v1beta1/projects/testProject/locations/us-east-1',
6-
headers: {
7-
'Postman-Token': 'e928a93b-efca-44a7-9ac7-69120cef3224',
8-
'Cache-Control': 'no-cache',
9-
},
6+
headers: { 'Cache-Control': 'no-cache' },
107
};
118

129
request(options, function(error, response, body) {

0 commit comments

Comments
 (0)