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 5cc3cd9 commit bb58cd8Copy full SHA for bb58cd8
asset/snippets/getFeed.js
@@ -35,9 +35,9 @@ async function main(feedName) {
35
const result = await client.getFeed(request);
36
// Do things with with the response.
37
console.log(util.inspect(result, {depth: null}));
38
- // [END asset_quickstart_get_feed]
39
}
40
getFeed();
+ // [END asset_quickstart_get_feed]
41
42
43
main(...process.argv.slice(2)).catch(err => {
0 commit comments