Commit df63983f authored by project's avatar project

--no commit message

--no commit message
parent e206f20f
...@@ -15,7 +15,7 @@ function perform_function(context,request,response){ ...@@ -15,7 +15,7 @@ function perform_function(context,request,response){
// memstore.getItem('lasttransaction',function(err,value){ // memstore.getItem('lasttransaction',function(err,value){
// response.success(value); // response.success(value);
// }); // });
data = data.a.b + "--DT--"; //data = data.a.b + "--DT--";
response.success(data,output_type); response.success(data,output_type);
//response.reject(); //response.reject();
......
...@@ -50,7 +50,6 @@ if(jobcfg.trigger && jobcfg.trigger.type == 'cron' && ONTRIGGER) ...@@ -50,7 +50,6 @@ if(jobcfg.trigger && jobcfg.trigger.type == 'cron' && ONTRIGGER)
var j = schedule.scheduleJob(cron, function(){ var j = schedule.scheduleJob(cron, function(){
run_job(jobcfg); run_job(jobcfg);
}); });
}else{ }else{
run_job(jobcfg); run_job(jobcfg);
} }
......
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