Skip to content

Commit b928c17

Browse files
committed
fix: change preventEval to eval because of a change in
`jsonpath-plus`
1 parent 7300cb4 commit b928c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json_path.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export function jsonpath(path: string, json: object): any {
55
path,
66
json,
77

8-
preventEval: true,
8+
eval: false,
99
});
1010
}

0 commit comments

Comments
 (0)