chore: clean up old deps references
This commit is contained in:
parent
e850b592b0
commit
53d7bc7569
3 changed files with 1 additions and 7 deletions
|
@ -47,9 +47,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 headers = {
|
||||
headers: {
|
||||
|
|
Reference in a new issue