mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
added balance to analytics (#8086)
* added balance to analytics * removed if check
This commit is contained in:
committed by
Blade Barringer
parent
3c7f71d214
commit
ed880a665a
@@ -277,6 +277,7 @@ describe('analyticsService', () => {
|
||||
dailys: [{_id: 'daily'}],
|
||||
todos: [{_id: 'todo'}],
|
||||
rewards: [{_id: 'reward'}],
|
||||
balance: 12,
|
||||
};
|
||||
|
||||
data.user = user;
|
||||
@@ -300,6 +301,7 @@ describe('analyticsService', () => {
|
||||
},
|
||||
contributorLevel: 1,
|
||||
subscription: 'foo-plan',
|
||||
balance: 12,
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user