Merge remote-tracking branch 'andresmanelli/edge' into edge

This commit is contained in:
Lauri Ojansivu 2019-03-06 00:58:49 +02:00
commit 5a9837f676

View file

@ -1421,8 +1421,8 @@ function cardRemover(userId, doc) {
Checklists.remove({
cardId: doc._id,
});
Subtasks.remove({
cardId: doc._id,
Cards.remove({
parentId: doc._id,
});
CardComments.remove({
cardId: doc._id,