diff --git a/src/process/calculation/index.ts b/src/process/calculation/index.ts index d4ffa685..7375b03e 100644 --- a/src/process/calculation/index.ts +++ b/src/process/calculation/index.ts @@ -31,7 +31,7 @@ export const calculateProcessSync: ProcessorFnSync = ( : context; const evalContextValue = evalContext ? evalContext(normalizeContext(calculationContext)) - : normalizeContext(calculationContex); + : normalizeContext(calculationContext); evalContextValue.value = value || null; if (!scope.calculated) scope.calculated = []; const newValue = JSONLogicEvaluator.evaluate(component.calculateValue, evalContextValue, 'value');