Skip to content

Commit 374fb15

Browse files
fix prop (#15104)
Co-authored-by: Danny Roosevelt <[email protected]>
1 parent d00e08f commit 374fb15

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

components/lusha/actions/company-enrich/company-enrich.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "lusha-company-enrich",
55
name: "Enrich Companies",
66
description: "Enriches company information based on provided company IDs. [See the documentation](https://www.lusha.com/docs/#company-enrich)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
lusha,
@@ -19,7 +19,7 @@ export default {
1919
companiesIds: {
2020
propDefinition: [
2121
lusha,
22-
"companiesIds",
22+
"companyIds",
2323
],
2424
},
2525
},

components/lusha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/lusha",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Pipedream Lusha Components",
55
"main": "lusha.app.mjs",
66
"keywords": [

pnpm-lock.yaml

Lines changed: 8 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)