changes sandbox: {} to eval: true, caused errors in evaluated queries
This commit is contained in:
@@ -51,7 +51,7 @@ export default async function ApiProxy(req, res) {
|
||||
const lpaGUID = jsonpath({
|
||||
path: '$..[?(@.name=="' + lpaid + '")]',
|
||||
json: lpaList,
|
||||
sandbox: {},
|
||||
eval: true,
|
||||
});
|
||||
|
||||
//console.log(
|
||||
|
||||
Reference in New Issue
Block a user