mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
💥 Fix some more node names
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user