mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
This reverts commit 9d69d4b863.
This commit is contained in:
@@ -224,8 +224,6 @@ export let habit = Task.discriminator('habit', HabitSchema);
|
||||
export let DailySchema = new Schema(_.defaults({
|
||||
frequency: {type: String, default: 'weekly', enum: ['daily', 'weekly', 'monthly', 'yearly']},
|
||||
everyX: {type: Number, default: 1}, // e.g. once every X weeks
|
||||
repeatAfterCompletion: {type: Boolean, default: false},
|
||||
lastCompleted: Date,
|
||||
startDate: {
|
||||
type: Date,
|
||||
default () {
|
||||
|
||||
Reference in New Issue
Block a user