mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
fix for async whilst derp
This commit is contained in:
@@ -418,7 +418,9 @@ var async = require('async'),
|
||||
next();
|
||||
}
|
||||
});
|
||||
}, next);
|
||||
}, function(err) {
|
||||
next(err, roomId);
|
||||
});
|
||||
}
|
||||
], callback);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user