mirror of
https://github.com/sussy-code/providers.git
synced 2026-05-07 10:39:31 +00:00
Added reasoning
This commit is contained in:
parent
63bbd8b858
commit
53f4d6699a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue