This commit is contained in:
barisusakli
2014-03-09 16:39:31 -04:00
parent 281c482f1c
commit 57f9f8bc57
2 changed files with 4 additions and 5 deletions

View File

@@ -207,9 +207,7 @@
multi.hgetall(keys[x]);
}
multi.exec(function (err, replies) {
callback(err, replies);
});
multi.exec(callback);
};
module.getObjectField = function(key, field, callback) {