mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
🐛 Fix node name
This commit is contained in:
parent
4f3d91e865
commit
6b3b4e5a2a
|
@ -21,7 +21,7 @@ import {
|
|||
export class ApiTemplateIo implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'APITemplate.io',
|
||||
name: 'ApiTemplateIo',
|
||||
name: 'apiTemplateIo',
|
||||
icon: 'file:apiTemplateIo.svg',
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
|
|
Loading…
Reference in a new issue