Update FredyRuntime.js

remove unnecessary todo
This commit is contained in:
Christian Kellner
2022-01-26 14:48:38 +01:00
committed by GitHub
parent 63b232521e
commit 5600b9766b

View File

@@ -62,7 +62,6 @@ class FredyRuntime {
if (this._providerConfig.paginate != null) {
xray(u, this._providerConfig.crawlContainer, [this._providerConfig.crawlFields])
//the first 2 pages should be enough here
//TODO: Think about automagically sort by date
.limit(2)
.paginate(this._providerConfig.paginate)
.then((listings) => {