mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 17:29:04 +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
|
||||
if (uniqueUrls.length === 1) {
|
||||
if (uniqueUrls.length <= 1) {
|
||||
const retryMapResults = await getMapResults({
|
||||
url: baseUrl,
|
||||
teamId: options.teamId,
|
||||
|
Loading…
x
Reference in New Issue
Block a user