fix(seed): all groups must have a privacy
This commit is contained in:
+2
-1
@@ -23,7 +23,8 @@ async.waterfall([
|
||||
chat: [],
|
||||
leader: '9',
|
||||
name: 'HabitRPG',
|
||||
type: 'guild'
|
||||
type: 'guild',
|
||||
privacy:'public'
|
||||
});
|
||||
tavern.save(cb)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user