This commit is contained in:
Tyler Renelle
2013-09-09 00:13:11 -04:00
parent 4caec6f737
commit 1bcdcf8590
2 changed files with 2 additions and 2 deletions

View File

@@ -239,7 +239,7 @@ UserSchema.methods.toJSON = function() {
delete doc["#{type}Ids"]
});
delete doc.tasks
//doc.filters = {};
doc.filters = {};
return doc;
};