💥 Fix some more node names

This commit is contained in:
Jan Oberhauser
2020-05-12 15:45:41 +02:00
parent 15c7331e43
commit b187aa49c4
7 changed files with 12 additions and 9 deletions

View File

@@ -18,12 +18,11 @@ import {
import {
ITask, TaskInfo,
} from './TaskInterface';
import { response } from 'express';
export class Flow implements INodeType {
description: INodeTypeDescription = {
displayName: 'Flow',
name: 'Flow',
name: 'flow',
icon: 'file:flow.png',
group: ['output'],
version: 1,