diff --git a/src/providers/sources/goojara/util.ts b/src/providers/sources/goojara/util.ts index 1b19b50..e04f3ae 100644 --- a/src/providers/sources/goojara/util.ts +++ b/src/providers/sources/goojara/util.ts @@ -74,7 +74,7 @@ export async function scrapeIds( const dataId = $1('#seon').attr('data-id'); - if (!dataId) throw new NotFoundError(); + if (!dataId) throw new NotFoundError('Not found'); data = await ctx.fetcher(`/xhrc.php`, { baseUrl,