mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Change node-name
This commit is contained in:
@@ -209,6 +209,11 @@ export class Github implements INodeType {
|
||||
},
|
||||
},
|
||||
options: [
|
||||
{
|
||||
name: 'Get Emails',
|
||||
value: 'getEmails',
|
||||
description: 'Returns the repositories of a user',
|
||||
},
|
||||
{
|
||||
name: 'Get Repositories',
|
||||
value: 'getRepositories',
|
||||
|
||||
@@ -32,7 +32,7 @@ import {
|
||||
export class Shopify implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Shopify',
|
||||
name: 'shopifyN',
|
||||
name: 'shopifyNode',
|
||||
icon: 'file:shopify.png',
|
||||
group: ['output'],
|
||||
version: 1,
|
||||
|
||||
Reference in New Issue
Block a user