Explorar o código

fix for length

Pablo Barrera Yaksic hai 7 meses
pai
achega
d113224b47
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/utils/scraper-reports.ts

+ 1 - 1
src/utils/scraper-reports.ts

@@ -83,7 +83,7 @@ export default class ScraperReports {
         console.debug(`${this._name} | Items obtained: ${domElements.length} `);
       }
 
-      for (let i = 1; i < 2; i++) {
+      for (let i = 1; i < domElements.length; i++) {
         const node = domElements[i];
         const link = this.getLink(node);
         items.push({