mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
🐛 Fix typo
This commit is contained in:
parent
f8f123efde
commit
381caa5103
|
@ -104,7 +104,7 @@ import * as moment from 'moment-timezone';
|
||||||
export class Keap implements INodeType {
|
export class Keap implements INodeType {
|
||||||
description: INodeTypeDescription = {
|
description: INodeTypeDescription = {
|
||||||
displayName: 'Keap',
|
displayName: 'Keap',
|
||||||
name: ' keap',
|
name: 'keap',
|
||||||
icon: 'file:keap.png',
|
icon: 'file:keap.png',
|
||||||
group: ['input'],
|
group: ['input'],
|
||||||
version: 1,
|
version: 1,
|
||||||
|
|
Loading…
Reference in a new issue