mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
[#1491] remove old.habit from bailey notif
This commit is contained in:
@@ -29,9 +29,6 @@ db.users.find().forEach(function(user){
|
||||
});
|
||||
if (!_.isEqual(idList, preened)) {
|
||||
user[type + "Ids"] = preened;
|
||||
if (!!user.markModified) {
|
||||
user.markModified(type+'Ids');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user