Commit ceabb20d authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

fix reject bug

parent 1d2d0cad
...@@ -10,7 +10,7 @@ function execute_function(context,response){ ...@@ -10,7 +10,7 @@ function execute_function(context,response){
var url = param.url; var url = param.url;
var reject = true; var reject = true;
if(param.reject==false){reject=false;} if(param.reject=='false'){reject=false;}
var encode = 'utf8'; var encode = 'utf8';
if(param.encoding == 'binary'){ if(param.encoding == 'binary'){
......
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