mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-13 20:45:57 +08:00
Update url-processor.ts
This commit is contained in:
parent
432b410678
commit
499479c85e
@ -84,7 +84,7 @@ export async function processUrl(options: ProcessUrlOptions, urlTraces: URLTrace
|
|||||||
});
|
});
|
||||||
|
|
||||||
// retry if only one url is returned
|
// retry if only one url is returned
|
||||||
if (uniqueUrls.length === 1) {
|
if (uniqueUrls.length <= 1) {
|
||||||
const retryMapResults = await getMapResults({
|
const retryMapResults = await getMapResults({
|
||||||
url: baseUrl,
|
url: baseUrl,
|
||||||
teamId: options.teamId,
|
teamId: options.teamId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user