Fixed typo in file name:

INLINE_CALCULTION_REGEX ->  INLINE_CALCULATION_REGEX
This commit is contained in:
ThaumRystra
2024-09-06 17:16:59 +02:00
parent eb98d0b711
commit aeae360150
4 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import INLINE_CALCULATION_REGEX from '/imports/constants/INLINE_CALCULTION_REGEX';
import INLINE_CALCULATION_REGEX from '/imports/constants/INLINE_CALCULATION_REGEX';
import { prettifyParseError, parse } from '/imports/parser/parser';
import applyFnToKey from '/imports/api/engine/computation/utility/applyFnToKey';
import { get, set, unset } from 'lodash';