Commit cfecf12f authored by project's avatar project

--no commit message

--no commit message
parent 49185e0e
......@@ -65,7 +65,7 @@ CronList.prototype.update = function(cb)
self.mem.hgetall(KEYS,function (err,res){
if(!err && Array.isArray(res)){
var ks = Object.keys(res);
for(int i=0;i<ks.length;i++)
for(var i=0;i<ks.length;i++)
{
var k = ks[i];
var trigger = JSON.parse(res[k]);
......
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