mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix GoToWebinar node name
This commit is contained in:
@@ -47,7 +47,7 @@ import * as moment from 'moment-timezone';
|
|||||||
export class GoToWebinar implements INodeType {
|
export class GoToWebinar implements INodeType {
|
||||||
description: INodeTypeDescription = {
|
description: INodeTypeDescription = {
|
||||||
displayName: 'GoToWebinar',
|
displayName: 'GoToWebinar',
|
||||||
name: 'GoToWebinar',
|
name: 'goToWebinar',
|
||||||
icon: 'file:gotowebinar.svg',
|
icon: 'file:gotowebinar.svg',
|
||||||
group: ['transform'],
|
group: ['transform'],
|
||||||
version: 1,
|
version: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user