Skip to content

Commit ac45231

Browse files
chore: cleanup
1 parent fe48fba commit ac45231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/rules-engine/src/processors/rulesEffectsProcessor/rulesEffectsProcessor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export function getRulesEffectsProcessor(
123123
const outputValue = convertNormalizedValueToOutputValue(normalizedValue, element.valueType);
124124

125125
return {
126-
type: effectActions.ASSIGN_VALUE as any,
126+
type: effectActions.ASSIGN_VALUE,
127127
id: element.id,
128128
value: outputValue,
129129
targetDataType,
@@ -164,7 +164,7 @@ export function getRulesEffectsProcessor(
164164
const outputEffects = createEffectsForConfiguredDataTypes(
165165
effect,
166166
() => ({
167-
type: effectActions.HIDE_FIELD as any,
167+
type: effectActions.HIDE_FIELD,
168168
content: effect.content,
169169
}),
170170
);

0 commit comments

Comments
 (0)