fix
This commit is contained in:
parent
2129a7fdaf
commit
41a5335d87
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ export const transform = inValue => fnValue =>
|
|||
(newTransformation
|
||||
(inValue)
|
||||
(fnValue)
|
||||
(apply(getVal(fnValue))(getVal(inValue))) // <- call function
|
||||
(getVal(fnValue)(getVal(inValue))) // <- call function
|
||||
);
|
||||
|
||||
export const read = slot =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue