mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-13 01:39:00 +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());
|
targetURL.searchParams.set("skip", skip.toString());
|
||||||
}
|
}
|
||||||
if (limit !== undefined) {
|
if (limit !== undefined) {
|
||||||
targetURL.searchParams.set("skip", limit.toString());
|
targetURL.searchParams.set("limit", limit.toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@ -909,7 +909,7 @@ export default class FirecrawlApp {
|
|||||||
targetURL.searchParams.set("skip", skip.toString());
|
targetURL.searchParams.set("skip", skip.toString());
|
||||||
}
|
}
|
||||||
if (limit !== undefined) {
|
if (limit !== undefined) {
|
||||||
targetURL.searchParams.set("skip", limit.toString());
|
targetURL.searchParams.set("limit", limit.toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user