fix: Fix missing node logos (#9844)

This commit is contained in:
Jon
2024-06-26 08:35:59 +01:00
committed by GitHub
parent 8a09806c5a
commit 1eeaf32523
20 changed files with 14 additions and 24 deletions

View File

@@ -20,7 +20,6 @@ export class RabbitMQ implements INodeType {
description: INodeTypeDescription = {
displayName: 'RabbitMQ',
name: 'rabbitmq',
icon: 'file:rabbitmq.svg',
group: ['transform'],
version: [1, 1.1],