mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-18 12:02:54 +00:00
fix(mobile): set default streak achievement to 0
This commit is contained in:
parent
a2287fc0c5
commit
63f9304abf
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ let schema = new Schema({
|
|||
spookySparkles: Number,
|
||||
shinySeed: Number,
|
||||
seafoam: Number,
|
||||
streak: Number,
|
||||
streak: {$type: Number, default: 0},
|
||||
challenges: Array,
|
||||
quests: {$type: Schema.Types.Mixed, default: () => {
|
||||
return {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue