mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 18:40:45 +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 {
|
||||
success: false,
|
||||
error: "Request timed out",
|
||||
returnCode: 409,
|
||||
returnCode: 408,
|
||||
}
|
||||
} else {
|
||||
throw e;
|
||||
|
Loading…
x
Reference in New Issue
Block a user