mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-19 18:24:12 +00:00
fix(seed): all groups must have a privacy
This commit is contained in:
parent
b20ed298dd
commit
35708ccc9c
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ async.waterfall([
|
|||
chat: [],
|
||||
leader: '9',
|
||||
name: 'HabitRPG',
|
||||
type: 'guild'
|
||||
type: 'guild',
|
||||
privacy:'public'
|
||||
});
|
||||
tavern.save(cb)
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue