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 f99111b commit d5d79a4Copy full SHA for d5d79a4
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