mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 12:39:05 +08:00
fix(js-sdk): typo
This commit is contained in:
parent
2d4f4de0ab
commit
9ad263da21
@ -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