mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
⚡ Clean up node description (#1883)
Co-authored-by: Jan <janober@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ export class FunctionItem implements INodeType {
|
||||
icon: 'fa:code',
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
description: 'Run custom function code which gets executed once per item.',
|
||||
description: 'Run custom function code which gets executed once per item',
|
||||
defaults: {
|
||||
name: 'FunctionItem',
|
||||
color: '#ddbb33',
|
||||
|
||||
Reference in New Issue
Block a user