mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -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 {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'GoToWebinar',
|
||||
name: 'GoToWebinar',
|
||||
name: 'goToWebinar',
|
||||
icon: 'file:gotowebinar.svg',
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
|
|
Loading…
Reference in a new issue