Skip to content

Commit 9e2d52c

Browse files
committed
feat: add validation for function parameter values in DFlowFunction hook
1 parent 042e243 commit 9e2d52c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/d-flow/function/DFlowFunction.vaildation.hook.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import {useReturnType} from "./DFlowFunction.return.hook";
1212
import {useService} from "../../../utils/contextStore";
1313
import {DFlowFunctionReactiveService} from "./DFlowFunction.service";
1414

15-
//TODO need to test alo functions not only values and ref objects
1615

1716
/**
1817
* Validates function parameter values against a function definition, resolving all generics.

0 commit comments

Comments
 (0)