n8n-nodes-dataforb2b 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -465,7 +465,7 @@ class DataForB2B {
|
|
|
465
465
|
break;
|
|
466
466
|
}
|
|
467
467
|
case "searchCompanies": {
|
|
468
|
-
endpoint = "/search/
|
|
468
|
+
endpoint = "/search/companies";
|
|
469
469
|
const filterLogic = this.getNodeParameter("filterLogic", i);
|
|
470
470
|
const companyFilters = this.getNodeParameter("companyFilters", i);
|
|
471
471
|
const conditions = (companyFilters.conditions || []).map((cond) => {
|