mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-23 12:49:09 +00:00
⚡ Small fix for Vero-Node
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user