0

improving relative paths

This commit is contained in:
rafaelsideguide 2024-04-16 16:34:01 -03:00
parent a04610302a
commit d23a7ae591

View File

@ -74,7 +74,7 @@ export class WebScraperDataProvider {
throw new Error("Url is required"); throw new Error("Url is required");
} }
if (true) {//!useCaching) { if (!useCaching) {
if (this.mode === "crawl") { if (this.mode === "crawl") {
const crawler = new WebCrawler({ const crawler = new WebCrawler({
initialUrl: this.urls[0], initialUrl: this.urls[0],