mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Ported groups service to user new api v3 and ported dependent controllers (#7108)
* Ported groups service to user new api v3 and ported dependent controllers * Remove and extra remove inviation code. Fixed group service caching and update group service tests * Fixed test logic and added party cache support * Added promise rejections and updated http interceptor
This commit is contained in:
committed by
Matteo Pagliazzi
parent
f2d5c921ed
commit
ea490c9a1f
@@ -28,6 +28,9 @@ var specHelper = {};
|
||||
|
||||
var user = {
|
||||
_id: 'unique-user-id',
|
||||
profile: {
|
||||
name: 'dummy-name',
|
||||
},
|
||||
auth: { timestamps: {} },
|
||||
stats: stats,
|
||||
items: items,
|
||||
|
||||
Reference in New Issue
Block a user