if key is fasly not a member

This commit is contained in:
Barış Soner Uşaklı
2015-06-23 13:35:58 -04:00
parent 5ff9a7f9a9
commit 6fc073d33e

View File

@@ -96,7 +96,7 @@ module.exports = function(db, module) {
module.isSetMember = function(key, value, callback) {
if (!key) {
return callback();
return callback(null, false);
}
value = helpers.valueToString(value);