Skip to content

Commit 52f9eda

Browse files
committed
Remove propertySettings.
1 parent 6a7f5c0 commit 52f9eda

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/executeRules.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ module.exports = (
3131
) => {
3232
const rulePromises = [];
3333

34-
const {
35-
rules,
36-
buildInfo,
37-
property: { settings: propertySettings }
38-
} = container;
34+
const { rules, buildInfo } = container;
3935

4036
const freezedInitialCallData = JSON.stringify(callData);
4137

@@ -53,7 +49,6 @@ module.exports = (
5349

5450
const initialRuleContextData = {
5551
buildInfo,
56-
propertySettings,
5752
rule,
5853
ruleStash: {},
5954
...JSON.parse(freezedInitialCallData)

0 commit comments

Comments
 (0)