diff --git a/src/parse-config/parse-config.ts b/src/parse-config/parse-config.ts index a7e2c01..4c871c1 100644 --- a/src/parse-config/parse-config.ts +++ b/src/parse-config/parse-config.ts @@ -158,6 +158,7 @@ class ConfigParser { } // we're now on the way back of traversal, `value` is fully evaluated (not a function) + value = parent[key]; if (path.match(/^entities\.\d+\.filters\.\d+$/)) { this.evalFilter({ parent, path, key, value });