Skip to content

Commit 39a1282

Browse files
committed
fix ts issues
1 parent fba8ec0 commit 39a1282

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

libs/visual-programming-system/src/canvas-app/flow-canvas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import { IFlowCore } from './flow-core';
44

55
//export type _FlowCanvas<T> = ReturnType<typeof createFlowCanvas<T>>;
66

7-
export interface IFlowCanvasBase<T extends BaseNodeInfo, TFlowEngine = unknown>
7+
export interface IFlowCanvasBase<T extends BaseNodeInfo, _TFlowEngine = unknown>
88
extends IBaseFlow<T>,
99
IFlowCore {}

libs/web-flow-executor/src/nodes/map.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
FlowNode,
1111
Theme,
1212
NodeTaskFactory,
13-
Flow,
1413
} from '@devhelpr/visual-programming-system';
1514
import { NodeInfo } from '../types/node-info';
1615
import { runNodeFromThumb } from '../flow-engine/flow-engine';

0 commit comments

Comments
 (0)