From 5600b9766bbf22c944915897809913ec17b1b753 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Wed, 26 Jan 2022 14:48:38 +0100 Subject: [PATCH] Update FredyRuntime.js remove unnecessary todo --- lib/FredyRuntime.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/FredyRuntime.js b/lib/FredyRuntime.js index 3d3f6a4..aff2fe8 100755 --- a/lib/FredyRuntime.js +++ b/lib/FredyRuntime.js @@ -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) => {