From 53f4d6699a65e1de043f5f715d4ae29f1a2c2d7b Mon Sep 17 00:00:00 2001 From: MemeCornucopia <148788549+MemeCornucopia@users.noreply.github.com> Date: Sun, 28 Jan 2024 15:44:09 -0500 Subject: [PATCH] Added reasoning --- src/providers/sources/goojara/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,