mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 02:02:19 +00:00
Merge pull request #7097 from vIiRuS/patch-7
Fix timezone issue with iOS app
This commit is contained in:
commit
43f8e943f6
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ var UserSchema = new Schema({
|
|||
hideHeader: {type:Boolean, 'default':false},
|
||||
skin: {type:String, 'default':'915533'},
|
||||
shirt: {type: String, 'default': 'blue'},
|
||||
timezoneOffset: Number,
|
||||
timezoneOffset: {type: Number, 'default': 0},
|
||||
timezoneOffsetAtLastCron: Number,
|
||||
sound: {type:String, 'default':'off', enum: ['off', 'danielTheBard', 'gokulTheme', 'luneFoxTheme', 'wattsTheme']},
|
||||
language: String,
|
||||
|
|
|
|||
Loading…
Reference in a new issue