Skip to content

Commit

Permalink
FIO-9357 fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HannaKurban committed Dec 13, 2024
1 parent 7d625de commit 78663f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process/calculation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const calculateProcessSync: ProcessorFnSync<CalculationScope> = (
: 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');
Expand Down

0 comments on commit 78663f9

Please sign in to comment.