mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
closes #1176
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user