💥 Fix one more node name

This commit is contained in:
Jan Oberhauser
2020-05-12 16:26:51 +02:00
parent 1dc18e8968
commit 5123f2bf71
3 changed files with 5 additions and 3 deletions

View File

@@ -7,10 +7,10 @@ import {
INodeTypeDescription,
} from 'n8n-workflow';
export class AmqpSender implements INodeType {
export class Amqp implements INodeType {
description: INodeTypeDescription = {
displayName: 'AMQP Sender',
name: 'amqpSender',
name: 'amqp',
icon: 'file:amqp.png',
group: ['transform'],
version: 1,