mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(analytics): AB testing
User model update for AB tests, and the first AB test to start Sept 12 closes #7984
This commit is contained in:
committed by
Blade Barringer
parent
6f2767edd3
commit
f20a7b851f
@@ -6,6 +6,6 @@ requester.setApiVersion('v3');
|
||||
export { requester };
|
||||
|
||||
export { translate } from '../translate';
|
||||
export { checkExistence, resetHabiticaDB } from '../../mongo';
|
||||
export { checkExistence, getProperty, resetHabiticaDB } from '../../mongo';
|
||||
export * from './object-generators';
|
||||
export { sleep } from '../../sleep';
|
||||
|
||||
Reference in New Issue
Block a user