From cc118c24d50abe92df47b1e0fa86657f365e969e Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Mon, 22 Feb 2021 14:22:54 +0100 Subject: [PATCH] :bug: Fix GoToWebinar node name --- packages/nodes-base/nodes/GoToWebinar/GoToWebinar.node.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodes-base/nodes/GoToWebinar/GoToWebinar.node.ts b/packages/nodes-base/nodes/GoToWebinar/GoToWebinar.node.ts index ac0573c156..3fda2cd72c 100644 --- a/packages/nodes-base/nodes/GoToWebinar/GoToWebinar.node.ts +++ b/packages/nodes-base/nodes/GoToWebinar/GoToWebinar.node.ts @@ -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,