Commit 7b662def authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

j bug

parent c6891d7b
...@@ -24,7 +24,7 @@ var process_req = function(req, res ,method) { ...@@ -24,7 +24,7 @@ var process_req = function(req, res ,method) {
var msgrecv = req.context.msgrecv; var msgrecv = req.context.msgrecv;
var j = httpacl.findJob(appkey,method); var j = httpacl.findJob(appkey,method);
var jmatch = (J>0); var jmatch = (j.length>0);
var topic_prex = 'cmd.execute.'; var topic_prex = 'cmd.execute.';
......
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