v1.18.x
barisusakli 11 years ago
parent 518d731562
commit 3f4ede0778

@ -112,6 +112,7 @@ module.exports = function(db, module) {
module.sortedSetCard = function(key, callback) {
db.collection('objects').count({_key:key}, function(err, count) {
count = parseInt(count, 10);
callback(err, count ? count : 0);
});
};

Loading…
Cancel
Save