I'm dumb
This commit is contained in:
parent
3a94049595
commit
bfd73ec044
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@ import { YoutubeAPIClient } from 'youtube-api-v3-wrapper'
|
|||
|
||||
export const youtube = new YoutubeAPIClient(
|
||||
'key',
|
||||
process.env.NEXT_PUBLIC_YOUTUBE_API_KEY
|
||||
process.env.NEXT_PUBLIC_YOUTUBE_API_KEY ? ''
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue