diff --git a/lib/FredyPipelineExecutioner.js b/lib/FredyPipelineExecutioner.js index a9b5c90..9b1a151 100755 --- a/lib/FredyPipelineExecutioner.js +++ b/lib/FredyPipelineExecutioner.js @@ -227,7 +227,7 @@ class FredyPipelineExecutioner { const extractor = new Extractor({ ...this._providerConfig.puppeteerOptions, browser: this._browser }); return new Promise((resolve, reject) => { extractor - .execute(url, this._providerConfig.waitForSelector, this._jobKey) + .execute(url, this._providerConfig.waitForSelector, this._providerId) .then(() => { const listings = extractor.parseResponseText( this._providerConfig.crawlContainer, diff --git a/package.json b/package.json index 049f157..d25258a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fredy", - "version": "22.0.6", + "version": "22.0.7", "description": "[F]ind [R]eal [E]states [d]amn eas[y].", "scripts": { "prepare": "husky",