mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 20:16:03 +08:00
fix(scrape): fix timeout error code
This commit is contained in:
parent
3ae95a2740
commit
810b98ec38
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user