mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +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
@@ -535,6 +535,7 @@ let schema = new Schema({
|
||||
return {};
|
||||
}},
|
||||
pushDevices: [PushDeviceSchema],
|
||||
_ABtest: {type: String},
|
||||
}, {
|
||||
strict: true,
|
||||
minimize: false, // So empty objects are returned
|
||||
|
||||
Reference in New Issue
Block a user