mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 14:12:24 -05:00
👕 Fix lint issue
This commit is contained in:
parent
9d4183364a
commit
61dca83eb0
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ export class ExampleNode implements INodeType {
|
||||||
default: '',
|
default: '',
|
||||||
placeholder: 'Placeholder value',
|
placeholder: 'Placeholder value',
|
||||||
description: 'The description text',
|
description: 'The description text',
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue