mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
userSchema.lastCron.default new Date => Date.now
This commit is contained in:
@@ -144,7 +144,7 @@ var UserSchema = new Schema({
|
||||
|
||||
lastCron: {
|
||||
type: Date,
|
||||
'default': new Date
|
||||
'default': Date.now
|
||||
},
|
||||
/* FIXME remove?*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user