yarn lint-fix
This commit is contained in:
parent
77d405e755
commit
775d6a8c6b
|
|
@ -84,7 +84,7 @@ class Cheerio_DocumentLoaders implements INode {
|
|||
let availableUrls: string[]
|
||||
let docs = []
|
||||
if (webScrap) {
|
||||
if (!limit) limit = "10"
|
||||
if (!limit) limit = '10'
|
||||
availableUrls = await getAvailableURLs(url, parseInt(limit))
|
||||
for (let i = 0; i < availableUrls.length; i++) {
|
||||
docs.push(...(await cheerioLoader(availableUrls[i])))
|
||||
|
|
|
|||
Loading…
Reference in New Issue