mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-06-04 11:24:40 +08:00
Merge branch 'devin/1744568481-add-wait-for-change-tracking'
This commit is contained in:
commit
cf84324534
@ -286,6 +286,10 @@ const extractTransform = (obj) => {
|
||||
obj = { ...obj, waitFor: 5000 };
|
||||
}
|
||||
|
||||
if (obj.formats?.includes("changeTracking") && obj.timeout === 30000) {
|
||||
obj = { ...obj, timeout: 60000 };
|
||||
}
|
||||
|
||||
if (obj.formats?.includes("json")) {
|
||||
obj.formats.push("extract");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user