Commit 700ce24d authored by Krit Punpreuk's avatar Krit Punpreuk

Update perform.js

parent 305886fa
...@@ -17,7 +17,9 @@ function execute_function(context,output,response){ ...@@ -17,7 +17,9 @@ function execute_function(context,output,response){
'data' : data 'data' : data
}, },
'url' : '', 'url' : '',
'body':'' 'body':'',
'meta' : meta,
'data' : data
} }
var script = new vm.Script("url=`" + url + "`;body=`" + body + "`"); var script = new vm.Script("url=`" + url + "`;body=`" + body + "`");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment