fix
This commit is contained in:
parent
29c7b6af61
commit
dd35e2b577
1 changed files with 1 additions and 1 deletions
|
|
@ -22,5 +22,5 @@ export const apply = input => fun => {
|
||||||
const funValue = getInst(fun);
|
const funValue = getInst(fun);
|
||||||
const outputValue = funValue(inputValue);
|
const outputValue = funValue(inputValue);
|
||||||
|
|
||||||
return newDynamic(outputValue, outputType);
|
return newDynamic(outputValue)(outputType);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue