Explorar el Código

fix for length

Pablo Barrera Yaksic hace 7 meses
padre
commit
d113224b47
Se han modificado 1 ficheros con 1 adiciones y 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({