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