💥 Fix node names

This commit is contained in:
Jan Oberhauser
2020-05-12 15:08:19 +02:00
parent f982854245
commit 9c66a652fc
13 changed files with 61 additions and 14 deletions

View File

@@ -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,