revert commits accidentally added from "Added support for grouping tasks by challenge"

So sorry, but I accidentally pushed some commits I'd been testing. :( This reverts them.

Reverts c496f94c79 ad6073220d d669db0f9a c244fe488d
This commit is contained in:
Alys
2017-02-12 12:17:23 +10:00
parent 20e8f47def
commit af047d3c82
11 changed files with 9 additions and 34 deletions

View File

@@ -465,9 +465,6 @@ let schema = new Schema({
raisePet: {type: Boolean, default: false},
streak: {type: Boolean, default: false},
},
tasks: {
groupByChallenge: {type: Boolean, default: false},
},
improvementCategories: {
type: Array,
validate: (categories) => {