chore: remove whitespace
This commit is contained in:
@@ -310,12 +310,9 @@ async function scrollDownToLoadMore(selector, limit) {
|
|||||||
}
|
}
|
||||||
scrapedData.push(record);
|
scrapedData.push(record);
|
||||||
});
|
});
|
||||||
|
|
||||||
return scrapedData;
|
return scrapedData;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets all children of the elements matching the listSelector,
|
* Gets all children of the elements matching the listSelector,
|
||||||
* returning their CSS selectors and innerText.
|
* returning their CSS selectors and innerText.
|
||||||
|
|||||||
Reference in New Issue
Block a user