diff --git a/helpers/api/youtube/build.js b/helpers/api/youtube/build.js index 56a3a10..8f5ebf9 100644 --- a/helpers/api/youtube/build.js +++ b/helpers/api/youtube/build.js @@ -162,6 +162,8 @@ async function getYouTubeVideos ( options = {} ) { export async function saveYouTubeVideos () { + // We'll need to lean up this function to work with 10k API Requests + // before we can use it again // const youtubeVideos = await getYouTubeVideos() // Locked previously sucessful YouTube API data for now