mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -08:00
⚡ Small fix for Vero-Node
This commit is contained in:
parent
d9e22a749c
commit
9c2ff708c5
|
@ -121,7 +121,7 @@ export const eventFields = [
|
|||
'track',
|
||||
],
|
||||
jsonParameters: [
|
||||
false
|
||||
false,
|
||||
],
|
||||
},
|
||||
},
|
||||
|
@ -167,7 +167,7 @@ export const eventFields = [
|
|||
'track',
|
||||
],
|
||||
jsonParameters: [
|
||||
false
|
||||
false,
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
|
@ -141,7 +141,7 @@ export const userFields = [
|
|||
'create',
|
||||
],
|
||||
jsonParameters: [
|
||||
false
|
||||
false,
|
||||
],
|
||||
},
|
||||
},
|
||||
|
@ -332,7 +332,7 @@ export const userFields = [
|
|||
]
|
||||
},
|
||||
},
|
||||
description: 'Tags to add separated by ,',
|
||||
description: 'Tags to add separated by ","',
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* user:removeTags */
|
||||
|
@ -371,6 +371,6 @@ export const userFields = [
|
|||
]
|
||||
},
|
||||
},
|
||||
description: 'Tags to remove separated by ,',
|
||||
description: 'Tags to remove separated by ","',
|
||||
},
|
||||
] as INodeProperties[];
|
||||
|
|
|
@ -23,7 +23,7 @@ import {
|
|||
export class Vero implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Vero',
|
||||
name: 'Vero',
|
||||
name: 'vero',
|
||||
icon: 'file:vero.png',
|
||||
group: ['output'],
|
||||
version: 1,
|
||||
|
|
Loading…
Reference in a new issue