mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
⚡ linter fixes
This commit is contained in:
parent
185d899fa3
commit
559e1d7366
|
@ -119,34 +119,32 @@ export class Github implements INodeType {
|
|||
default: 'issue',
|
||||
},
|
||||
|
||||
|
||||
|
||||
// ----------------------------------
|
||||
// operations
|
||||
// ----------------------------------
|
||||
|
||||
{
|
||||
{
|
||||
displayName: 'Operation',
|
||||
name: 'operation',
|
||||
type: 'options',
|
||||
noDataExpression: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
resource: [
|
||||
'organization',
|
||||
],
|
||||
show: {
|
||||
resource: [
|
||||
'organization',
|
||||
],
|
||||
|
||||
},
|
||||
},
|
||||
},
|
||||
options: [
|
||||
{
|
||||
name: 'Get all Repositories',
|
||||
value: 'getRepositories',
|
||||
description: 'Returns all repositories of an organization',
|
||||
},
|
||||
{
|
||||
name: 'Get all Repositories',
|
||||
value: 'getRepositories',
|
||||
description: 'Returns all repositories of an organization',
|
||||
},
|
||||
],
|
||||
default: 'getRepositories',
|
||||
description: 'The operation to perform.',
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
displayName: 'Operation',
|
||||
|
|
Loading…
Reference in a new issue