mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
🐛 Fix GoToWebinar node name
This commit is contained in:
parent
31d5333192
commit
cc118c24d5
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue