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