fix(scrape): fix timeout error code

This commit is contained in:
Gergo Moricz 2024-08-06 17:30:01 +02:00
parent 3ae95a2740
commit 810b98ec38

View File

@ -55,7 +55,7 @@ export async function scrapeHelper(
return { return {
success: false, success: false,
error: "Request timed out", error: "Request timed out",
returnCode: 409, returnCode: 408,
} }
} else { } else {
throw e; throw e;