Update index.ts
This commit is contained in:
parent
57e5b36014
commit
704a059448
@ -66,7 +66,7 @@ export class WebScraperDataProvider {
|
||||
throw new Error("Url is required");
|
||||
}
|
||||
|
||||
if (true) { // !useCaching) {
|
||||
if (!useCaching) {
|
||||
if (this.mode === "crawl") {
|
||||
const crawler = new WebCrawler({
|
||||
initialUrl: this.urls[0],
|
||||
|
Loading…
Reference in New Issue
Block a user