Skip to content

Commit ef1de0c

Browse files
committed
Agendor - fix prop name
1 parent aca5999 commit ef1de0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/agendor/actions/create-organization/create-organization.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Create Organization",
55
description: "Create Organization [See the documentation](https://api.agendor.com.br/docs/#operation/Create%20organization).",
66
key: "agendor-create-organization",
7-
version: "0.0.2",
7+
version: "0.0.3",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,
@@ -54,7 +54,7 @@ export default {
5454
"ranking",
5555
],
5656
},
57-
onwerUser: {
57+
ownerUser: {
5858
propDefinition: [
5959
app,
6060
"userId",

components/agendor/package.json

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

0 commit comments

Comments
 (0)