mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ linter fixes
This commit is contained in:
@@ -119,8 +119,6 @@ export class Github implements INodeType {
|
|||||||
default: 'issue',
|
default: 'issue',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
// operations
|
// operations
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
@@ -129,6 +127,7 @@ export class Github implements INodeType {
|
|||||||
displayName: 'Operation',
|
displayName: 'Operation',
|
||||||
name: 'operation',
|
name: 'operation',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
|
noDataExpression: true,
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
resource: [
|
resource: [
|
||||||
@@ -145,7 +144,6 @@ export class Github implements INodeType {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
default: 'getRepositories',
|
default: 'getRepositories',
|
||||||
description: 'The operation to perform.',
|
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user