We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6dfcb commit e024edeCopy full SHA for e024ede
1 file changed
samples/youtube/playlist.js
@@ -49,9 +49,9 @@ async function getPlaylistData(etag) {
49
const res = await youtube.playlists.list({
50
part: 'id,snippet',
51
id: 'PLIivdWyY5sqIij_cgINUHZDMnGjVx3rxi',
52
- headers: headers,
+ headers,
53
});
54
- console.log('Status code: ' + res.status);
+ console.log(`Status code: ${res.status}`);
55
console.log(res.data);
56
return res;
57
}
0 commit comments