mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
🐛 Fix default parameters on Automizy-Node
This commit is contained in:
parent
e5eda99d6d
commit
8f84cbcbce
|
@ -62,7 +62,7 @@ export class Automizy implements INodeType {
|
|||
value: 'list',
|
||||
},
|
||||
],
|
||||
default: 'contactList',
|
||||
default: 'contact',
|
||||
description: 'The resource to operate on.'
|
||||
},
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ export const contactOperations = [
|
|||
description: 'Update a contact',
|
||||
},
|
||||
],
|
||||
default: 'get',
|
||||
default: 'create',
|
||||
description: 'The operation to perform.',
|
||||
},
|
||||
] as INodeProperties[];
|
||||
|
|
Loading…
Reference in a new issue