diff options
author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-23 18:56:23 -0400 |
---|---|---|
committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-23 18:56:23 -0400 |
commit | 778286579008b57a76fbf82235348b613f5c1a5b (patch) | |
tree | d5ebe891b97e96eea1039a7259361191d17e84f6 /src/server/youtubeApi/youtubeApiSample.js | |
parent | 0591b8f1e60d1285fd9aac3e61160824948a166b (diff) |
Fixed document
Diffstat (limited to 'src/server/youtubeApi/youtubeApiSample.js')
-rw-r--r-- | src/server/youtubeApi/youtubeApiSample.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/youtubeApi/youtubeApiSample.js b/src/server/youtubeApi/youtubeApiSample.js index 4fede08aa..f81f0dfb5 100644 --- a/src/server/youtubeApi/youtubeApiSample.js +++ b/src/server/youtubeApi/youtubeApiSample.js @@ -167,7 +167,7 @@ function getVideoDetails(auth, args) { id: args.videoIds }, function (err, response) { if (err) { - console.log('The API returned an error: ' + err); + console.log('The API returned an error from details: ' + err); return; } let videoDetails = response.data.items; |