mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-23 04:39:08 +00:00
💥 Fix node names
This commit is contained in:
@@ -32,7 +32,7 @@ import {
|
||||
export class Shopify implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Shopify',
|
||||
name: 'shopifyNode',
|
||||
name: 'shopify',
|
||||
icon: 'file:shopify.png',
|
||||
group: ['output'],
|
||||
version: 1,
|
||||
|
||||
@@ -21,7 +21,7 @@ import {
|
||||
export class ShopifyTrigger implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Shopify Trigger',
|
||||
name: 'shopify',
|
||||
name: 'shopifyTrigger',
|
||||
icon: 'file:shopify.png',
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
|
||||
Reference in New Issue
Block a user