mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
⚡ linter fixes
This commit is contained in:
parent
185d899fa3
commit
559e1d7366
|
@ -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.',
|
||||
},
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue