mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
[#1444] bug fix
This commit is contained in:
@@ -239,7 +239,7 @@ UserSchema.methods.toJSON = function() {
|
||||
delete doc["#{type}Ids"]
|
||||
});
|
||||
delete doc.tasks
|
||||
//doc.filters = {};
|
||||
doc.filters = {};
|
||||
|
||||
return doc;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user