mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 17:05:51 +01:00
tab indent fix
This commit is contained in:
@@ -261,7 +261,7 @@
|
||||
Groups.join = function(groupName, uid, callback) {
|
||||
callback = callback || function() {};
|
||||
|
||||
Groups.exists(groupName, function(err, exists) {
|
||||
Groups.exists(groupName, function(err, exists) {
|
||||
if (exists) {
|
||||
db.setAdd('group:' + groupName + ':members', uid, callback);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user