mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
Update FredyRuntime.js
remove unnecessary todo
This commit is contained in:
committed by
GitHub
parent
63b232521e
commit
5600b9766b
@@ -62,7 +62,6 @@ class FredyRuntime {
|
|||||||
if (this._providerConfig.paginate != null) {
|
if (this._providerConfig.paginate != null) {
|
||||||
xray(u, this._providerConfig.crawlContainer, [this._providerConfig.crawlFields])
|
xray(u, this._providerConfig.crawlContainer, [this._providerConfig.crawlFields])
|
||||||
//the first 2 pages should be enough here
|
//the first 2 pages should be enough here
|
||||||
//TODO: Think about automagically sort by date
|
|
||||||
.limit(2)
|
.limit(2)
|
||||||
.paginate(this._providerConfig.paginate)
|
.paginate(this._providerConfig.paginate)
|
||||||
.then((listings) => {
|
.then((listings) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user