From 69eefc0a34fd1fe0d2eb32329e09ee237190177c Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 6 Jun 2022 17:35:51 -0500 Subject: [PATCH] Export youtubeVideoPath --- helpers/api/youtube/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/api/youtube/build.js b/helpers/api/youtube/build.js index f6515e5..0ef5f76 100644 --- a/helpers/api/youtube/build.js +++ b/helpers/api/youtube/build.js @@ -4,7 +4,7 @@ import { google } from 'googleapis' import { playlists, benchmarksPlaylistId } from './playlists.js' -const youtubeVideoPath = './static/api/youtube-videos.json' +export const youtubeVideoPath = './static/api/youtube-videos.json' async function getPlaylistsItems ( { playlistId } = {} ) {