Export youtubeVideoPath

This commit is contained in:
Sam Carlton 2022-06-06 17:35:51 -05:00
parent 8643fd9e4c
commit 69eefc0a34

View file

@ -4,7 +4,7 @@ import { google } from 'googleapis'
import { playlists, benchmarksPlaylistId } from './playlists.js' 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 } = {} ) { async function getPlaylistsItems ( { playlistId } = {} ) {