fix: edge func
This commit is contained in:
parent
0ede4d9c0f
commit
b7b2038ba5
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ export default async () => {
|
|||
},
|
||||
})
|
||||
.then((data) => {
|
||||
if (data.status) return {}
|
||||
if (data.ok) return data?.json();
|
||||
throw new Error('Something went wrong with the Trakt endpoint.');
|
||||
})
|
||||
|
|
Reference in a new issue