undo linting

This commit is contained in:
Steve Berdy 2024-01-17 13:49:38 -05:00
parent 7bc5d3990c
commit 996322454b

View File

@ -1,4 +1,4 @@
export default async function (obj) { export default async function(obj) {
let json = await fetch(`https://www.epidemicsound.com/json/track/${obj.id}`).then((r) => { let json = await fetch(`https://www.epidemicsound.com/json/track/${obj.id}`).then((r) => {
return r.status === 200 ? r.json() : false return r.status === 200 ? r.json() : false
}).catch(() => { return false }); }).catch(() => { return false });