mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
💥 Fix some more node names
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
INodeTypeDescription,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
export class Amqp implements INodeType {
|
||||
export class AmqpSender implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'AMQP Sender',
|
||||
name: 'amqpSender',
|
||||
Reference in New Issue
Block a user