mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 00:09:41 +00:00
chore(user): Deprecation TODO
This commit is contained in:
parent
efd1333c06
commit
5188b17f54
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ var UserSchema = new Schema({
|
|||
rebirths: Number,
|
||||
rebirthLevel: Number,
|
||||
perfect: Number,
|
||||
habitBirthday: Boolean,
|
||||
habitBirthday: Boolean, // TODO: Deprecate this. Superseded by habitBirthdays
|
||||
habitBirthdays: Number,
|
||||
valentine: Number,
|
||||
costumeContest: Boolean,
|
||||
|
|
|
|||
Loading…
Reference in a new issue