Commit 5e4cb243 authored by project's avatar project

--no commit message

--no commit message
parent 6399c040
...@@ -132,7 +132,7 @@ function run_job(cfg) ...@@ -132,7 +132,7 @@ function run_job(cfg)
if(do_resp.status == 'success'){ if(do_resp.status == 'success'){
callback(null,do_resp); callback(null,do_resp);
}else { }else {
callback(dt_resp); callback(do_resp);
} }
}); });
......
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