v3: check that tasks are deleted when the user deletes the acocunt and misc fixes
This commit is contained in:
@@ -508,7 +508,6 @@ export let schema = new Schema({
|
||||
habits: [{type: String, ref: 'Task'}],
|
||||
dailys: [{type: String, ref: 'Task'}],
|
||||
todos: [{type: String, ref: 'Task'}],
|
||||
completedTodos: [{type: String, ref: 'Task'}],
|
||||
rewards: [{type: String, ref: 'Task'}],
|
||||
},
|
||||
extra: {type: Schema.Types.Mixed, default: () => {
|
||||
|
||||
Reference in New Issue
Block a user