mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-08 19:29:02 +08:00
Merge branch 'main' of https://github.com/mendableai/firecrawl
This commit is contained in:
commit
1aa3c0ab5c
@ -607,7 +607,7 @@ export default class FirecrawlApp {
|
||||
targetURL.searchParams.set("skip", skip.toString());
|
||||
}
|
||||
if (limit !== undefined) {
|
||||
targetURL.searchParams.set("skip", limit.toString());
|
||||
targetURL.searchParams.set("limit", limit.toString());
|
||||
}
|
||||
|
||||
try {
|
||||
@ -909,7 +909,7 @@ export default class FirecrawlApp {
|
||||
targetURL.searchParams.set("skip", skip.toString());
|
||||
}
|
||||
if (limit !== undefined) {
|
||||
targetURL.searchParams.set("skip", limit.toString());
|
||||
targetURL.searchParams.set("limit", limit.toString());
|
||||
}
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user