mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
fix tests
This commit is contained in:
@@ -110,7 +110,7 @@ export function generateGroup (leader, details = {}, update = {}) {
|
||||
request('/groups', details).then((group) => {
|
||||
_updateDocument('groups', group, update, () => {
|
||||
resolve(group);
|
||||
}).catch(reject);
|
||||
});
|
||||
}).catch(reject);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user