mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Add members attribute to tavern
This commit is contained in:
@@ -66,6 +66,7 @@ export function resetHabiticaDB() {
|
||||
name: 'HabitRPG',
|
||||
type: 'guild',
|
||||
privacy: 'public',
|
||||
members: [],
|
||||
}, (err) => {
|
||||
if (err) return reject(err);
|
||||
resolve();
|
||||
|
||||
Reference in New Issue
Block a user