refactor(nodes-base): Apply lint rule node-param-display-name-not-first-position (#4073)

* 👕 Enable rule

* 👕 Apply rule
This commit is contained in:
Iván Ovejero
2022-09-12 09:25:39 +02:00
committed by GitHub
parent f6064ef278
commit 26b07e28f0
7 changed files with 20 additions and 19 deletions

View File

@@ -40,8 +40,8 @@ export class SendInBlueTrigger implements INodeType {
],
properties: [
{
default: 'transactional',
displayName: 'Resource',
default: 'transactional',
name: 'type',
options: [
{ name: 'Inbound', value: 'inbound' },