From 91d36b7f0e9ee0c8194cfd81f34adbeddaf0c2e7 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 11 Feb 2023 16:32:46 -0600 Subject: [PATCH] =?UTF-8?q?Add=20comment=20on=20what=E2=80=99s=20needed=20?= =?UTF-8?q?to=20fix=20YouTube?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helpers/api/youtube/build.js | 2 ++ 1 file changed, 2 insertions(+) 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