From 41a5335d87fa23cd3149d92e731a321790b2420d Mon Sep 17 00:00:00 2001 From: Joeri Exelmans Date: Sun, 8 Jun 2025 14:45:23 +0200 Subject: [PATCH] fix --- lib/versioning/static/value_slot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/versioning/static/value_slot.js b/lib/versioning/static/value_slot.js index 6b1a7b3..f1d4e7a 100644 --- a/lib/versioning/static/value_slot.js +++ b/lib/versioning/static/value_slot.js @@ -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 =>