missing semi-colons in database/

v1.18.x
psychobunny 10 years ago
parent 32ce785e5a
commit b0628c2df8

@ -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;
Loading…
Cancel
Save