mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-17 10:48:28 +00:00
undo linting
This commit is contained in:
parent
7bc5d3990c
commit
996322454b
@ -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) => {
|
||||
return r.status === 200 ? r.json() : false
|
||||
}).catch(() => { return false });
|
||||
|
Loading…
Reference in New Issue
Block a user