Small fix for Vero-Node

This commit is contained in:
Jan Oberhauser
2019-12-19 22:33:37 -06:00
parent d9e22a749c
commit 9c2ff708c5
3 changed files with 6 additions and 6 deletions

View File

@@ -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[];