💥 Fix some more node names

This commit is contained in:
Jan Oberhauser
2020-05-12 15:45:41 +02:00
parent 15c7331e43
commit b187aa49c4
7 changed files with 12 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ interface IPostMessageBody {
export class Rocketchat implements INodeType {
description: INodeTypeDescription = {
displayName: 'Rocketchat',
name: 'Rocketchat',
name: 'rocketchat',
icon: 'file:rocketchat.png',
group: ['output'],
version: 1,