@ -201,7 +201,7 @@ module.exports = function(db, module) {
});
callback(null, counts);
}
};
module.setRemoveRandom = function(key, callback) {
callback = callback || function() {};
@ -34,6 +34,6 @@ helpers.resultsToBool = function(results) {
results[i] = results[i] === 1;
return results;
module.exports = helpers;