Skip to content

Commit 3fc57a3

Browse files
authored
Update components/connectwise_psa/actions/create-contact/create-contact.mjs
1 parent a26eeee commit 3fc57a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/connectwise_psa/actions/create-contact/create-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default {
102102
type: "object",
103103
label: "Additional Options",
104104
description: "Additional parameters to send in the request. [See the documentation](https://developer.connectwise.com/Products/ConnectWise_PSA/REST#/Contacts/postCompanyContacts) for available parameters. Values will be parsed as JSON where applicable.",
105-
optional: true
105+
optional: true,
106106
},
107107
},
108108
async run({ $ }) {

0 commit comments

Comments
 (0)