mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 08:55:47 +01:00
removing slufigication when checking for group existence
This commit is contained in:
@@ -172,7 +172,6 @@
|
||||
};
|
||||
|
||||
Groups.exists = function(name, callback) {
|
||||
name = utils.slugify(name);
|
||||
db.isSetMember('groups', name, callback);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user