removing slufigication when checking for group existence

This commit is contained in:
Julian Lam
2014-05-26 21:37:50 -04:00
parent 64c6546daa
commit eb2929f497

View File

@@ -172,7 +172,6 @@
};
Groups.exists = function(name, callback) {
name = utils.slugify(name);
db.isSetMember('groups', name, callback);
};