Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
samples: Move sample code end tag to the correct line for GetFeed (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-zheng-g authored Dec 20, 2021
1 parent fa64e45 commit 34b1480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/getFeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ async function main(feedName) {
const result = await client.getFeed(request);
// Do things with with the response.
console.log(util.inspect(result, {depth: null}));
// [END asset_quickstart_get_feed]
}
getFeed();
// [END asset_quickstart_get_feed]
}

main(...process.argv.slice(2)).catch(err => {
Expand Down

0 comments on commit 34b1480

Please sign in to comment.