fix: edge func

This commit is contained in:
Cory Dransfeldt 2024-04-21 21:50:56 -07:00
parent 0ede4d9c0f
commit b7b2038ba5

View file

@ -87,7 +87,6 @@ export default async () => {
}, },
}) })
.then((data) => { .then((data) => {
if (data.status) return {}
if (data.ok) return data?.json(); if (data.ok) return data?.json();
throw new Error('Something went wrong with the Trakt endpoint.'); throw new Error('Something went wrong with the Trakt endpoint.');
}) })