Skip to content

Commit d5d79a4

Browse files
peter-zheng-gAce Nassri
authored and
Ace Nassri
committed
samples: Move sample code end tag to the correct line for GetFeed (#583)
1 parent f99111b commit d5d79a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asset/snippets/getFeed.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ async function main(feedName) {
3535
const result = await client.getFeed(request);
3636
// Do things with with the response.
3737
console.log(util.inspect(result, {depth: null}));
38-
// [END asset_quickstart_get_feed]
3938
}
4039
getFeed();
40+
// [END asset_quickstart_get_feed]
4141
}
4242

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

0 commit comments

Comments
 (0)