mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-04 11:31:23 +01:00
forgot to use the passed in fn
This commit is contained in:
@@ -82,7 +82,7 @@ module.exports = function(db, module) {
|
||||
var results = [];
|
||||
|
||||
async.each(keys, function(key, next) {
|
||||
module.isSetMember(key, value, function(err, result) {
|
||||
module[fn](key, value, function(err, result) {
|
||||
results.push(result);
|
||||
next();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user