Compare commits

...

1 Commits

Author SHA1 Message Date
orangecoding
2896d531e4 upgrading pois 2026-05-13 08:14:57 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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",