chore: clean up old deps references
This commit is contained in:
parent
e850b592b0
commit
53d7bc7569
3 changed files with 1 additions and 7 deletions
|
@ -64,9 +64,7 @@ const emojiMap = (genre, artist) => {
|
|||
}
|
||||
|
||||
export default async () => {
|
||||
// eslint-disable-next-line no-undef
|
||||
const TV_KEY = Netlify.env.get('API_KEY_TRAKT')
|
||||
// eslint-disable-next-line no-undef
|
||||
const MUSIC_KEY = Netlify.env.get('API_KEY_LASTFM')
|
||||
|
||||
const traktRes = await fetch('https://api.trakt.tv/users/cdransf/watching', {
|
||||
|
|
Reference in a new issue