Added reasoning

This commit is contained in:
MemeCornucopia
2024-01-28 15:44:09 -05:00
parent 63bbd8b858
commit 53f4d6699a

View File

@@ -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<string>(`/xhrc.php`, {
baseUrl,