@@ -409,19 +409,18 @@ export class HostingerApi implements INodeType {
409409 type : 'options' ,
410410 noDataExpression : true ,
411411 options : [
412- // eslint-disable-next-line n8n-nodes-base/node-param-operation-option-action-miscased
413- { name : 'List Contacts' , value : 'listContacts' , action : 'List Reach contacts' } ,
414412 // eslint-disable-next-line n8n-nodes-base/node-param-operation-option-action-miscased
415413 { name : 'Create Contact' , value : 'createContact' , action : 'Create Reach contact' } ,
416414 // eslint-disable-next-line n8n-nodes-base/node-param-operation-option-action-miscased
417415 { name : 'Delete Contact' , value : 'deleteContact' , action : 'Delete Reach contact' } ,
418416 // eslint-disable-next-line n8n-nodes-base/node-param-operation-option-action-miscased
419- { name : 'List Segments' , value : 'listSegments' , action : 'List Reach segments' } ,
420- // eslint-disable-next-line n8n-nodes-base/node-param-operation-option-action-miscased
421417 { name : 'Get Segment' , value : 'getSegment' , action : 'Get Reach segment' } ,
422418 // eslint-disable-next-line n8n-nodes-base/node-param-operation-option-action-miscased
423419 { name : 'Get Segment Contacts' , value : 'getSegmentContacts' , action : 'Get Reach segment contacts' } ,
424-
420+ // eslint-disable-next-line n8n-nodes-base/node-param-operation-option-action-miscased
421+ { name : 'List Contacts' , value : 'listContacts' , action : 'List Reach contacts' } ,
422+ // eslint-disable-next-line n8n-nodes-base/node-param-operation-option-action-miscased
423+ { name : 'List Segments' , value : 'listSegments' , action : 'List Reach segments' } ,
425424 ] ,
426425 default : 'listContacts' ,
427426 displayOptions : {
0 commit comments