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