mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-04 03:50:37 +08:00
Update map.ts
This commit is contained in:
parent
5f4c8da109
commit
aaddbdc1bc
@ -133,7 +133,7 @@ export async function getMapResults({
|
||||
|
||||
// Parallelize sitemap fetch with serper search
|
||||
const [sitemap, ...searchResults] = await Promise.all([
|
||||
ignoreSitemap ? null : crawler.tryGetSitemap(),
|
||||
ignoreSitemap ? null : crawler.tryGetSitemap(true),
|
||||
...(cachedResult ? [] : pagePromises),
|
||||
]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user