mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 05:57:13 -04:00
Try fix removed nonexistent document error.
Thanks to xet7 ! Related #3203, related #3252, related #2230 related #1629
This commit is contained in:
parent
81fdc9a865
commit
f274b3c26b
1 changed files with 0 additions and 3 deletions
|
@ -168,9 +168,6 @@ if (Meteor.isServer) {
|
|||
listId: card.listId,
|
||||
swimlaneId: card.swimlaneId,
|
||||
});
|
||||
});
|
||||
|
||||
CardComments.after.remove((userId, doc) => {
|
||||
const activity = Activities.findOne({ commentId: doc._id });
|
||||
if (activity) {
|
||||
Activities.remove(activity._id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue