🐛 Fix GoToWebinar node name

This commit is contained in:
Jan Oberhauser 2021-02-22 14:22:54 +01:00
parent 31d5333192
commit cc118c24d5

View file

@ -47,7 +47,7 @@ import * as moment from 'moment-timezone';
export class GoToWebinar implements INodeType {
description: INodeTypeDescription = {
displayName: 'GoToWebinar',
name: 'GoToWebinar',
name: 'goToWebinar',
icon: 'file:gotowebinar.svg',
group: ['transform'],
version: 1,