mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Merged in develop
This commit is contained in:
@@ -229,6 +229,7 @@ export let DailySchema = new Schema(_.defaults({
|
||||
default () {
|
||||
return moment().startOf('day').toDate();
|
||||
},
|
||||
required: true,
|
||||
},
|
||||
repeat: { // used only for 'weekly' frequency,
|
||||
m: {type: Boolean, default: true},
|
||||
|
||||
Reference in New Issue
Block a user